.case-page {
  padding: 46px 0 68px;
}

.main .wellbeing .con {
  max-width: 1280px;
  margin: 0 auto;
}

.main .wellbeing .con .ebg-cistern-l {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.main .wellbeing .listBox {
  width: 100%;
}

.case-hero {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.case-hero-bg {
  position: absolute;
  inset: 0;
}

.case-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.05) 100%);
}

.case-hero-bg .e-replace-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-hero .e-cistern-l {
  position: relative;
  z-index: 1;
  min-height: 320px;
  display: flex;
  align-items: center;
}

.case-hero-text h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.case-hero-text p {
  margin: 0;
  max-width: 740px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.9;
  font-size: 17px;
}

.main .wellbeing .listBox .swiper-wrapper .swiper-slide .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .wellbeing .listBox .swiper-wrapper .swiper-slide .box .pic {
  position: relative;
  width: 100%;
  height: 100%;
}

.case-disclaimer {
  margin-top: 20px;
  color: #888;
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .main .wellbeing .listBox .swiper-wrapper .swiper-slide {
    width: 33.3333%;
  }
}

@media (max-width: 900px) {
  .case-hero,
  .case-hero .e-cistern-l {
    min-height: 250px;
  }

  .case-hero-text h1 {
    font-size: 30px;
  }

  .case-hero-text p {
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  .case-hero,
  .case-hero .e-cistern-l {
    min-height: 210px;
  }

  .case-hero .e-cistern-l {
    padding: 0 14px;
  }

  .case-hero-text h1 {
    font-size: 26px;
  }

  .case-page {
    padding: 34px 0 54px;
  }

  .main .wellbeing .con {
    max-width: none;
  }

  .main .wellbeing .listBox .swiper-wrapper .swiper-slide {
    width: 100%;
  }

  .case-disclaimer {
    padding: 0 14px;
  }
}

/* 自 css/css/index.css 抽离：合作案例列表 .wellbeing 区块（原整文件 ~54KB 仅此段需要） */
.wellbeing {
  position: relative;
  overflow: hidden;
  color: #333;
  background-color: #f4f5f6;
}
@media (min-width: 1201px) {
  .wellbeing .swiper-pagination {
    display: none;
  }
}
@media (max-width: 992px) {
  .wellbeing .swiper-container-horizontal > .swiper-pagination-bullets,
  .wellbeing .swiper-pagination-custom,
  .wellbeing .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .wellbeing .listBox {
    width: 100vw;
    padding-bottom: 50px;
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
  }
}
@media (max-width: 750px) {
  .wellbeing .listBox {
    padding-bottom: 36px;
  }
}
@media (min-width: 993px) {
  .wellbeing .listBox .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wellbeing .listBox .swiper-slide {
  width: 25%;
  height: auto;
  position: relative;
}
.wellbeing .listBox .swiper-slide:after {
  content: '';
  display: block;
  padding-top: 75.16666667%;
}
@media (max-width: 992px) {
  .wellbeing .listBox .swiper-slide-active .box .con .bigShow {
    height: auto;
  }
}
.wellbeing .listBox .box {
  padding: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease;
  overflow: hidden;
}
.wellbeing .listBox .box .pic {
  height: 100%;
}
.wellbeing .listBox .box .pic:after {
  display: none;
}
.wellbeing .listBox .box .con {
  position: absolute;
  padding: 20px;
  bottom: 0;
  z-index: 3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000 0%, transparent 100%);
  width: 100%;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
@media (max-width: 992px) and (min-width: 751px) {
  .wellbeing .listBox .box .con {
    padding: 30px;
  }
}
.wellbeing .listBox .box .con .title {
  line-height: 1.33333333;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .wellbeing .listBox .box .con .title {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .wellbeing .listBox .box .con .title {
    font-size: 12px;
  }
}
.wellbeing .listBox .box .con .bigShow {
  overflow: hidden;
  height: 0;
}
.wellbeing .listBox .box .con p {
  line-height: 1.5;
  font-size: 18px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .wellbeing .listBox .box .con p {
    font-size: 14px;
    padding-top: 5px;
  }
}
@media (max-width: 750px) {
  .wellbeing .listBox .box .con p {
    padding-top: 7px;
    font-size: 10px;
  }
}
.wellbeing .listBox .box .con .ebg-btn-box {
  padding-top: 30px;
}
@media (max-width: 1600px) {
  .wellbeing .listBox .box .con .ebg-btn-box {
    padding-top: 20px;
  }
}
@media (max-width: 750px) {
  .wellbeing .listBox .box .con .ebg-btn-box {
    padding-top: 12px;
  }
}
@media (min-width: 993px) {
  .wellbeing .listBox .box:hover {
    width: 120%;
    height: 120%;
    z-index: 2;
    padding: 0;
  }
  .wellbeing .listBox .box:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .wellbeing .listBox .box:hover .con {
    top: 0;
    background-image: none;
    padding: 30px;
  }
  .wellbeing .listBox .box:hover .con .p {
    font-size: 16px;
  }
  .wellbeing .listBox .box:hover .con .bigShow {
    height: auto;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .wellbeing .listBox .box:hover .con {
    padding: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .wellbeing .listBox .box:hover .con .title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 993px) and (max-width: 1600px) {
  .wellbeing .listBox .box:hover .con .p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .wellbeing .listBox .box:hover .con .ebg-btn-box {
    padding-top: 10px;
  }
}
