.post-swiper {
  width: 100% !important;
  overflow: hidden;
}
.post-swiper .container .title {
  margin-top: 6%;
  font-size: var(--h1);
  color: var(--color);
  text-align: center;
  margin-bottom: 7.2%;
}
.post-swiper .container .swiper {
  width: 100%;
  padding: 3.5% 14%;
  box-sizing: border-box;
  position: relative;
}
.post-swiper .container .swiper .swiper-container {
  width: 100%;
  overflow: hidden;
}
.post-swiper .container .swiper .swiper-container .swiper-slide {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.post-swiper .container .swiper .swiper-container .swiper-slide .name {
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 1.6rem;
}
.post-swiper .container .swiper .swiper-button-prev,
.post-swiper .container .swiper .swiper-button-next {
  all: unset;
  font-family: "新愚公的沧桑";
  color: var(--color);
  font-size: 6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .post-swiper .container .swiper .swiper-button-prev,
  .post-swiper .container .swiper .swiper-button-next {
    font-size: 3rem;
  }
}
.post-swiper .container .swiper .swiper-button-prev.swiper-button-prev,
.post-swiper .container .swiper .swiper-button-next.swiper-button-prev {
  left: 5%;
  right: auto;
}
.post-swiper .container .swiper .swiper-button-prev.swiper-button-next,
.post-swiper .container .swiper .swiper-button-next.swiper-button-next {
  right: 5% !important;
  left: auto;
}
.post-swiper .container .swiper-pagination {
  position: static;
  margin-top: -5px !important;
}
.post-swiper .container .swiper-pagination .swiper-pagination-bullet {
  all: unset;
  display: inline-block;
  width: 6px !important;
  height: 6px !important;
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 5px !important;
  border-radius: 5px !important;
}
.post-swiper .container .swiper-pagination .swiper-pagination-bullet::after {
  display: none;
}
.post-swiper .container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.post-swiper .container .swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}
@media all and (max-width: 768px) {
  body .gallery_title {
    margin: 1.4em 0;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 2em;
  }
  body .breadcrumb {
    margin-top: 1.4em;
  }
  .post-swiper .container .swiper {
    padding: 0 0 0 0;
  }
  .post-swiper .container .swiper .swiper-container {
    border-radius: var(--border-radius);
  }
  .post-swiper .container .swiper .swiper-container .swiper-slide .name {
    font-size: 1.4rem;
  }
  .post-swiper .container .swiper-pagination {
    margin-top: 0 !important;
  }
  .post-swiper .container .swiper-pagination .swiper-pagination-bullet {
    width: 4px !important;
    height: 4px !important;
    margin: 0 3px !important;
  }
}
