/* 媒体查询：适用于屏幕宽度小于768px的设备（通常是手机） */
@media (max-width: 767px) {
  .body-container {
    /* background-color: pink; */
    padding: 0 20px 0;
  }

  .body-container .banner {
    display: none;
  }

  .info-body {
    display: none;
  }

  .info-list .info-img {
    width: 100%;
    height: 207px;
  }

  .info-item {
    display: block;
    border: 1.5px solid #f6f7f7;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .info-list .info-item .info-title {
    color: #000000;
    font-size: 14px;
    line-height: 2;
    margin: 14px 14px;
  }

  .info-list .info-item .info-bottom {
    display: flex;
    font-size: 12px;
    color: #989898;
    justify-content: space-between;
    padding: 0 14px;
  }

  .info-list .info-item .info-bottom .btn {
    display: flex;
    align-items: center;
    color: #989898;
  }

  .info-list .info-item .info-bottom .btn img {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }

  .a-pc {
    display: none;
  }

  .detailWraper {
    padding: 46px 19px 0;
    color: #000000;
  }

  .detailWraper .detail-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .detailWraper .detail-time {
    font-size: 18px;
    text-align: center;
    margin: 24px 0 30px;
  }

  .detailWraper p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 2;
    margin-bottom: 36px;
  }

  .detailWraper p[align] {
    text-indent: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .detailSwiper .swiper-wrapper {
    height: 234px;
  }

  .detailSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 207px;
  }

  .detailWraper .detail-img {
    width: 100%;
    height: 204px;
    margin: 10px auto 24px;
  }

  .detailWraper img {
    max-width: 100%;
  }

  .swiper-text {
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
  }
}

.hidden {
  display: none !important;
}

/* 媒体查询：适用于屏幕宽度大于等于768px的设备（通常是电脑） */
@media (min-width: 768px) {
  .detailWraper p[align] {
    text-indent: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .detailWraper img {
    max-width: 100%;
  }

  .body-container {
    /* background-color: pink; */
    margin: 0 auto;
    width: 1313px;
    padding-top: 100px;
  }

  .headerInfo {
    display: none;
  }

  .body-container .banner>.title {
    position: relative;
    z-index: 2;
    /* 设置一个比浮动元素更大的 z-index 值 */
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 34px;
    height: 48px;
  }

  .body-container .banner>.title span {
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 36px;
  }

  .body-container .banner>.title::after {
    position: absolute;
    left: -78px;
    bottom: 0;
    content: '';
    background: url(/2025autoshow/html/news/img/title-bg.png) no-repeat;
    background-size: cover;
    width: 534px;
    height: 24px;
  }

  .body-container .swiper {
    width: 100%;
    height: 688px;
  }

  .body-container .swiper-slide {
    box-sizing: border-box;
    text-align: center;
    color: #333333;
    font-size: 18px;
    background: #fff;
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
  }

  .body-container .swiper-slide .swiper-contert {
    display: flex;
    width: 99.7%;
    height: 99%;
    box-shadow: 0 0 4px 0 #f0f1f2,
      /* 上边阴影 */
      0 0 4px 0 #f0f1f2,
      /* 下边阴影 */
      0 0 4px 0 #f0f1f2,
      /* 左边阴影 */
      0 0 4px 0 #f0f1f2;
    /* 右边阴影 */
  }

  .swiper-slide-left {
    text-align: left;
    padding: 70px 50px 0 50px;
  }

  .swiper-slide-left .title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 36px;
  }

  .swiper-slide-left p {
    color: #333333;
    font-size: 19px;
  }

  .swiper-slide-left .btn {
    display: flex;
    color: #000000;
    margin-top: 50px;
    align-items: center;
  }

  .swiper-slide-left .btn img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }

  .body-container .swiper-slide .swiper-slide-right {
    display: block;
    width: 798px;
    height: 100%;
    object-fit: cover;
  }

  .mySwiper .swiper-pagination {
    bottom: 108px;
  }

  .mySwiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 3px !important;
  }

  .mySwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #d6e1e6;
    margin: 0 6px !important;
    opacity: 1;
    transform: rotate(45deg);
    /* 旋转 45 度 */
    transform-origin: center;
  }

  .mySwiper .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border-right: 6px;
    background: #fff;
  }

  .mySwiper .swiper-pagination-bullet {
    background: #c3e0ff;
  }

  .mySwiper .swiper-pagination-bullet-active {
    background: #458cff;
  }

  /* .swiper-pagination-bullet-active-next {
    width: 12px !important;
    height: 12px !important;
    background: #d2f0fe;
  }
  .swiper-pagination-bullet-active-next-next {
    width: 10px !important;
    height: 10px !important;
    background: #d2f0fe;
  } */
  .info-list {
    padding-top: 20px;
    border-top: 4px solid;
    /* 设置边框宽度 */
    border-image: linear-gradient(to right, #3e83fc, #b6ffff) 1;
    /* 渐变边框 */
  }

  .info-list .info-item {
    display: block;
    padding: 20px 11px 22px;
    border-bottom: 1px solid #d9d9d9;
  }

  .info-list .info-item .info-title {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
  }

  .info-list .info-item .info-body {
    font-size: 18px;
    margin-top: 24px;
    color: #333333;
    margin-bottom: 26px;
    max-width: 84%;
  }

  .info-list .info-item .info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .info-list .info-item .info-bottom span {
    font-size: 20px;
    color: #989898;
  }

  .info-list .info-item .info-bottom .btn {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
  }

  .info-list .info-item .info-bottom .btn img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }

  .info-list .info-img {
    display: none;
  }

  .a-mob {
    display: none;
  }

  /* 详情页 */
  .detailWraper {
    padding-top: 100px;
    width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    color: #333333;
  }

  .detailWraper .detail-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }

  .detailWraper .detail-time {
    font-size: 18px;
    color: #989898;
    text-align: center;
    margin: 30px 0 50px;
  }

  .detailWraper .detail-swiper {
    width: 700px;
    margin: 0 auto;
  }

  .detailWraper p {
    font-size: 20.5px;
    text-indent: 2em;
    margin-bottom: 50px;
  }

  .detailSwiper .swiper-wrapper {
    height: 475px;
    width: 700px;
  }

  .detailSwiper .swiper-wrapper .swiper-slide img {
    width: 700px;
    height: 433px;
  }

  .swiper-text {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
  }

  .detailWraper .detail-img {
    width: 700px;
    height: 392px;
    margin: 20px auto 70px;
  }

}

.detailSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 27px;
  border-radius: 4px;
}