.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  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%;
  position: relative;
  z-index: 1;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.mySwiper .swiper-pagination-bullet {
  position: relative;
  width: 18px!important;
  height: 18px!important;
  background-color: #f08300;
  opacity: 1!important;
  margin: 0 50px!important;
}
.mySwiper .swiper-pagination-bullet:before {
  content: "";
  width: 118px;
  height: 8px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: -59px;
  margin-top: -4px;
  background-color: rgba(240, 131, 0, 0.6);
}
.mySwiper .swiper-pagination-bullet:nth-child(1):before {
  width: 100px;
  left: -32px;
  margin-left: 0;
  border-radius: 20px 0 0 20px;
}
.mySwiper .swiper-pagination-bullet:nth-last-child(1):before {
  width: 100px;
  left: -50px;
  margin-left: 0;
  border-radius: 0 20px 20px 0;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: 1!important;
}
.mySwiper .swiper-pagination-bullet-active:after {
  content: "";
  width: 60px;
  height: 30px;
  background: url(../img/001.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 4;
  top: -7px;
  right: -19px;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
  .mySwiper .swiper-pagination-bullet {
    margin: 0 25px!important;
  }
  .mySwiper .swiper-pagination-bullet:before {
    width: 68px;
    margin-left: -34px;
    margin-top: -4px;
  }
  .mySwiper .swiper-pagination-bullet:nth-child(1):before {
    width: 60px;
    left: -17px;
  }
  .mySwiper .swiper-pagination-bullet:nth-last-child(1):before {
    width: 60px;
    left: -25px;
  }
  .mySwiper .swiper-pagination-bullet-active:after {
    width: 50px;
    height: 30px;
    top: -7px;
    right: -19px;
  }
}
