.detail-box {
  padding-top: 91px;
}
.detail-box h1 {
  font-weight: bold;
  font-size: 29px;
  text-align: center;
}
.detail-content {
  border-top: 1px solid #c9c9c9;
  padding: 49px 0;
  margin-top: 53px;
}
.detail-content p {
  color: #5d5d5d;
  line-height: 30px;
}
.detail-content img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 10px;
}
.case-box {
  background: #f8f8f8;
  padding-top: 72px;
  padding-bottom: 68px;
}
.case-box h3 {
  font-size: 34px;
  margin-bottom: 44px;
}

/* 案例swiper */
.heart-swiper {
  width: 100%;
  height: auto;
}
.heart-swiper .img-box {
  width: 100%;
}
.heart-swiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.heart-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.blood-text {
  font-size: 20px;
  color: #000000;
  margin-top: 16px;
  display: block;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-weight: bold;
}

.swiper-slide.img-box {
  width: 100%;
  height: auto;
}
.case-swiper a:hover .blood-text {
  color: #074abf;
}

.case-swiper .swiper-pagination {
  display: flex !important;
  position: relative;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
.case-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #dedede !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  cursor: pointer;
  flex-shrink: 0;
}
.case-swiper .swiper-pagination-bullet-active {
  background: #2a66c8 !important;
}
@media (max-width: 768px) {
.detail-box{
  padding-top: 0.12rem;
}
.detail-box h1 {
 font-size: 0.36rem;
}
.detail-content {

  padding: 0.44rem 0;
  margin-top: 0.46rem;
}
.detail-content p {
  font-size: 0.28rem;
  line-height: 0.5rem;
}


.case-box {
  padding-top: 1.3rem;
  padding-bottom: 68px;
}
.case-box h3 {
 font-size: 0.42rem;
  margin-bottom:0.62rem;
}


  .blood-text {
    font-size: 0.3rem;
    text-align: left;
  }
  .more-box{
    display: flex;
    justify-content: center;
  }
 
}
