.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.swiper-pagination {
  display: none!important;
}
.swiper-pagination-bullet {
  width: 30px!important;
  height: 5px!important;
  background-color: #f0d5c2 !important;
  opacity: 1!important;
  border-radius: 20px!important;
}
.swiper-pagination-bullet-active {
  width: 25px!important;
  height: 25px!important;
  opacity: 1!important;
  background: url('../img/003.png') !important;
  background-size: 100% 100%!important;
  border-radius: 0!important;
}
@media (max-width: 760px) {
  .swiper-pagination {
    display: flex!important;
    justify-content: center;
    align-items: center;
  }
}
.mySwiper2 {
  width: 100%;
}
.mySwiper2 .swiper-slide {
  flex-direction: column;
  padding-top: 25px;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  display: block;
}
.mySwiper2 .swiper-slide .text {
  width: 100%;
  background-color: #c3a464;
}
.mySwiper2 .swiper-slide .text span {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
  color: #84643b;
  padding: 10px 0;
  border-bottom: 1px solid #d0b88c;
}
.mySwiper2 .swiper-slide .text p {
  margin: 0;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper2 .swiper-slide .text p span {
  width: auto;
  color: #84643b;
  padding: 0 5px;
  font-size: 28px;
  border-bottom: 2px solid #84643b;
}
.mySwiper2 .swiper-slide a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  background-color: rgba(107, 74, 36, 0.7);
}
.mySwiper2 .swiper-slide a span {
  display: block;
  background: url('../img/006.png') no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #9f8763;
  font-size: 14px;
}
