.case_swiper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.case_swiper .swiper-slide {
  padding-top: 70px;
  background-color: transparent;
}

.case_pic {
  width: 200px !important;
  display: block;
  margin: -70px auto 25px;
  mask-image: url("../images/date/case-style.svg");
  -webkit-mask-image: url("../images/date/case-style.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.case_item {
  padding: 0 30px 100px;
}

.case_item h4 {
  font-size: 32px;
  margin-bottom: 25px;
}

.case_item p {
  color: #534652;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 108px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .case_pic {
    width: 130px !important;
    margin-top: -60px;
  }
  .case_item {
    padding: 0 20px 60px;
  }
  .case_item h4 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .case_item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .case_item p {-webkit-line-clamp: 3;min-height: 75px}
}

@media screen and (max-width: 576px) {
  .case_item p {-webkit-line-clamp: 4}
}

.btn-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: rgb(238,141,180);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 35px;
  /* bottom: 130px; */
  bottom: 215px;
  cursor: pointer;
  z-index: 1100;
}

.btn-top img {
  width: 50%;
}

.btn-top.bg-green {
  background-color: #13dcae;
}
/*# sourceMappingURL=case.css.map */