html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.mySwiper1 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mySwiper1 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 344px;
  height: 640px;
  opacity: 0;
  transition: all;
}
.mySwiper1 .swiper-slide-active{
    opacity: 1;

}
.mySwiper1 .swiper-slide-prev{
    opacity: 0.5;
}
.mySwiper1 .swiper-slide-next{
    opacity: 0.5;
}
.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-button-next1{
    width: 42px !important;
    height: 54px !important;
    background: url("../images/next.png"/*tpa=https://www.09ww.com/a-tmfg/images/next.png*/)no-repeat;
}
.swiper-button-prev1{
    width: 42px !important;
    height: 54px !important;
    background: url("../images/prev.png"/*tpa=https://www.09ww.com/a-tmfg/images/prev.png*/)no-repeat;
}