.hag-case {
  position: relative;
  margin: 3rem 3.4rem 0;
}

.hag-case>.title {
  font-size: 0.72rem;
  letter-spacing: 0.0044rem;
  text-align: center;
  font-weight: bold;
}

.hag-case>.text {
  font-size: 0.36rem;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-top: 0.48rem;
}

.hag-case #case-swiper {
  height: 8.4rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  box-sizing: content-box;
}

.hag-case #case-swiper .swiper-slide {
  flex-flow: column;
  justify-content: flex-start;
  text-align: left;
  background: #F6F6F6;
}

.hag-case #case-swiper img {
  display: block;
  width: 100%;
}

.hag-case #case-swiper .item-info {
  padding: 0.2rem 0.4rem;
}

.hag-case #case-swiper .item-info .item {
  width: 100%;
  font-size: 0.36rem;
  color: #9195A1;
}

.hag-case #case-swiper .item-info .title {
  font-size: 0.28rem;
  color: #242728;
  line-height: 0.54rem;
  margin: 0.46rem 0;
  text-align: left;
}

html[lang="en"] .hag-case #case-swiper .item-info .title,
html[lang="ru"] .hag-case #case-swiper .item-info .title,
html[lang="de"] .hag-case #case-swiper .item-info .title,
html[lang="es"] .hag-case #case-swiper .item-info .title,
html[lang="fr"] .hag-case #case-swiper .item-info .title,
html[lang="ja"] .hag-case #case-swiper .item-info .title,
html[lang="ko"] .hag-case #case-swiper .item-info .title,
html[lang="pt"] .hag-case #case-swiper .item-info .title {
  margin: 0;
  line-height: normal;
  min-height: 0.6rem;
}

.hag-case #case-swiper .item-info .title a {
  color: #242728;
}

.hag-case #case-swiper .item-info .date {
  font-size: 0.28rem;
  color: #9195A1;
  margin-top: 0.46rem;
}

html[lang="de"] #case-swiper .item-info .date {
  margin-top: 0.1rem;
}

.hag-case #case-swiper .item-info .link {
  position: absolute;
  bottom: 0.1rem;
  display: block;
  min-width: 55px;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #242728;
  background: url(../images/arrow-right-black.png) right center no-repeat;
  background-size: auto 0.24rem;
  padding-right: 0.3rem;
}

.hag-case #case-swiper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.hag-case #next,
.hag-case #prev {
  position: absolute;
  top: 50%;
  margin-top: 1rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-80%);
  cursor: pointer;
}

.hag-case #prev {
  left: -2rem;
  background: url(../images/btn-pre.png) center center no-repeat;
  background-size: contain;
}

.hag-case #next {
  right: -2rem;
  background: url(../images/btn-next.png) center center no-repeat;
  background-size: contain;
}

.hag-case .swiper-button-disabled {
  opacity: .35;
}

.hag-case .all {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hag-case #case-swiper .swiper-slide:hover a {
    transition: margin-top 0.3s;
    margin-top: -0.48rem;
    background: #FFFFFF;
    box-shadow: 0 0.7rem 0.6rem 0 rgb(222, 222, 222);
  }

  .hag-case #case-swiper .swiper-slide:hover .link {
    border-bottom: 0.02rem solid #242728;
  }
}

@media only screen and (max-width: 767px) {
  .hag-case {
    margin: 0;
    padding: 0 0.4rem;
    overflow: visible;
  }

  .hag-case .title {
    font-size: 0.48rem;
    letter-spacing: 0.003rem;
    line-height: 0.56rem;
    margin-top: 0.6rem;
    margin-bottom: 0.72rem;
  }

  .hag-case .text {
    font-size: 0.48rem;
    letter-spacing: 0.003rem;
    line-height: 0.56rem;
    margin-top: 0.6rem;
    margin-bottom: 0.72rem;
  }

  .hag-case #case-swiper {
    padding-top: 0;
    overflow: visible;
    height: auto;
  }

  .hag-case #case-swiper .swiper-wrapper {
    flex-flow: column;
  }

  .hag-case #case-swiper .swiper-wrapper .swiper-slide {
    width: 5.6rem !important;
    height: 8rem;
    margin-top: 0;
    margin-bottom: 0.24rem;
    margin-right: 0;
    font-size: 0.24rem;
  }

  .hag-case #case-swiper .swiper-wrapper .swiper-slide img {
    /* height: 4.48rem;*/
  }

  .hag-case #case-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin: 0.28rem 0 0.2rem;
    text-align: left;
  }

  .hag-case #case-swiper .swiper-wrapper .swiper-slide .date {
    margin-top: 0;
    font-size: 0.2rem;
  }

  .hag-case #case-swiper .swiper-wrapper .swiper-slide .link {
    min-width: 1.4rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    margin-top: 0.62rem;
  }

  .hag-case #case-swiper .swiper-wrapper .slide:hover {
    margin-top: 0;
    box-shadow: none;
  }

  .hag-case .all {
    display: block;
    font-size: 0.24rem;
    color: #939DDC;
    text-align: center;
    margin-top: 0.4rem;
  }

  .hag-case #prev,
  .hag-case #next {
    display: none;
  }
}