.gallery_preview_item {
  border: 0;
  border-radius: 0;
}
.gr_captionBlack {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 30px;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 11pt;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #fff;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}
.gr_captionBlack > p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s ease;
}
.gr_captionBlack:hover {
  opacity: 1;
}
.gr_captionBlack:hover > p {
  margin-top: 0;
}
.gr_arrowL,
.gr_arrowR {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url("/img/index/a21.png") no-repeat;
  overflow: hidden;
}
.gr_arrowL {
  background-position: -3px -33px;
}
.gr_arrowR {
  background-position: -63px -33px;
}
.gr_arrowL:hover {
  background-position: -123px -33px;
}
.gr_arrowR:hover {
  background-position: -183px -33px;
}
.gr_arrowL.gr_arrowLdn {
  background-position: -243px -33px;
}
.gr_arrowR.gr_arrowRdn {
  background-position: -303px -33px;
}

.main_review {
  margin-bottom: 50px;
}
.review_slide {
  display: flex;
  justify-content: space-evenly;
  column-gap: 20px;
}
.review_slide > li {
  width: 50%;
  min-width: 560px;
  height: 300px;
  box-sizing: content-box;
  border: 1px solid #d1d1d1;
}
.review_slide figure {
  width: 560px;
  /* height: 312px; */
  /* height:322px; */
  height: 100% !important;
  position: relative;
}
.review_slide figure p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgb(0 0 0 / 52%);
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}
.review_slide figure div {
  position: absolute;
  top: 10px;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 180px;
}

.review_slide figure img {
  /* border: 1px solid #d1d1d1; */
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

.reviewR {
  border: 1px solid #d1d1d1;
  box-sizing: content-box;
}

.reviewR div {
  display: flex;
  text-align: center;
  /* height: 50px; */
  line-height: 50px;
  background: #e6f9e9;
  color: #02682d;
  font-size: 20px;
  font-weight: 700;
  /* justify-content: center; */
  position: relative;
  /* flex-direction: column; */
}
.reviewR > div:nth-of-type(1) {
  justify-content: center;
}
.reviewR div:nth-of-type(2) {
  background: #fff;
  height: 250px;
  box-sizing: border-box;
}

.reviewR div a {
  color: #02682d;
  cursor: pointer;
}

.reviewR p:nth-of-type(3) {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.reviewR p:nth-of-type(3):hover {
  background: #02682d;
}

.reviewR p:nth-of-type(3):hover a {
  color: #fff;
}

.reviewR div p:nth-of-type(3) {
  position: absolute;
  right: 17px;
  font-size: 14px;
  border: 1px solid #269a38;
  display: inline-block;
  height: 30px;
  padding: 0 6.5px;
  line-height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.reviewR ul {
  width: 100%;
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(3, 170px);
  grid-template-rows: repeat(2, 100px);
  justify-content: space-between;
}
.reviewR li {
  height: 100%;
  /* margin: 0 7.5px; */
}

.reviewR li img {
  width: 100%;
  height: 100%;
  border: 1px solid #d1d1d1;
  object-fit: cover;
}

.swiper-container {
  /* height:260px; */
  overflow: hidden;
}

.swiper-backface-hidden .swiper-slide {
  background: #fff !important;
  padding: 15px;
}
.swiper-slide {
  background: #a1a1a196 !important;
}
