.album-swiper-show {
  padding: 0 85px;
  position: relative;
}

.album-swiper-show .swiper-container {
  width: 1054px;
  height: 775px;
}

.album-swiper-show .swiper-container img {
  height: 100%;
}

.album-swiper-show__arrow {
  width: 39px;
  height: 267px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
}

.album-swiper-show__arrow--left {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_album_left.png");
  left: 0;
  top: 50%;
  margin-top: -134px;
}

.album-swiper-show__arrow--right {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_album_right.png");
  right: 0;
  top: 50%;
  margin-top: -134px;
}

.album-swiper-show__arrow--left-mini {
  width: 41px;
  height: 124px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_album_left_mini.png");
  left: 0;
  top: 50%;
  margin-top: -62px;
}

.album-swiper-show__arrow--right-mini {
  width: 41px;
  height: 124px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_album_right_mini.png");
  right: 0;
  top: 50%;
  margin-top: -62px;
}

.album-swiper-preview {
  margin-top: 20px;
  padding: 0 85px;
  position: relative;
}

.album-swiper-preview .swiper-container {
  width: 1054px;
  height: 158px;
}

.album-swiper-preview .swiper-slide {
  width: 190px;
  height: 158px;
}

.album-swiper-preview .swiper-slide img {
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}

.album-swiper-preview .active-nav img {
  border-color: #db091b;
}
