.section__review {
  overflow: hidden;
  padding-bottom: 50px;
}
.section__review .review__wr {
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
  padding-left: 300px;
}
.section__review .section__title {
  padding: 130px 0 40px;
  border-bottom: 3px solid var(--theme-color);
  position: relative;
  overflow: hidden;
}
.section__review .section__title::before {
  content: "Life Health Review";
  font-size: 200px;
  font-family: var(--newyork);
  position: absolute;
  left: 510px;
  bottom: 0;
  color: #f9f9f9;
  white-space: nowrap;
}
.section__review .section__title::after {
  content: "";
  width: 190px;
  height: 190px;
  background: url(/img/logo/symbol.svg) center/cover no-repeat;
  position: absolute;
  left: 1200px;
  bottom: 50px;
}
.section__review .section__title h2 {
  line-height: 1;
}
.section__review .section__title h3 {
  padding-bottom: 11px;
}
.section__review .section__title .--star {
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__review .section__title .--star i {
  width: 120px;
  height: 20px;
  background: url(/skin/latest/review/img/star.png) center no-repeat;
  display: block;
  margin-right: 0.5em;
}
.section__review .section__title .--star .txt {
  font-size: 18px;
}
.section__review .review__swiper {
  padding-top: 50px;
  overflow: hidden;
}
.section__review .review__swiper .swiper-slide {
  width: 587px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--theme-color);
}
.section__review .review__swiper .swiper-slide::after {
  content: "";
  background: url(/skin/latest/review/img/shadow.png) center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section__review .review__swiper .swiper-slide .pic {
  height: 587px;
  overflow: hidden;
}
.section__review .review__swiper .swiper-slide .pic img {
  width: 100%;
}
.section__review .review__swiper .swiper-slide .--txt {
  padding: 210px 40px 52px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section__review .review__swiper .swiper-slide .subject {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__review .review__swiper .swiper-slide .subject strong {
  font-size: 25px;
  padding-left: 0.3em;
}
.section__review .review__swiper .swiper-slide .content {
  width: 20em;
  font-size: 22px;
  line-height: 1.8;
}
.section__review .review__swiper .swiper-slide .name {
  font-size: 16px;
  font-weight: 300;
  padding: 1.4em 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__review .review__swiper .swiper-slide .name::before {
  content: "";
  width: 32px;
  height: 35px;
  margin-right: 10px;
  background: url(/skin/latest/review/img/icon.png);
}