/* Demo Styles */
.device {
  width: 100%;
  height: 250px;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-slide {
  height: 100%;
  opacity: 0.4;
  /*-webkit-transition: 300ms;*/
  /*-moz-transition: 300ms;*/
  /*-ms-transition: 300ms;*/
  /*-o-transition: 300ms;*/
  /*transition: 300ms;*/
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.swiper-wrapper div.swiper-slide {
    background-size: 100% 100%;
}
.swiper-wrapper .images1 {
    background: url(../img/psUniver/1.jpg) no-repeat;
}
.swiper-wrapper .images2 {
    background: url(../img/psUniver/2.jpg) no-repeat;
}
.swiper-wrapper .images3 {
    background: url(../img/psUniver/3.jpg) no-repeat;
}
.swiper-wrapper .images4 {
    background: url(../img/psUniver/4.jpg) no-repeat;
}
.swiper-wrapper .images5 {
    background: url(../img/psUniver/5.jpg) no-repeat;
}
.swiper-wrapper .images11 {
  background: url(../img/piercingEye/1.png) no-repeat;
}
.swiper-wrapper .images22 {
  background: url(../img/piercingEye/2.png) no-repeat;
}
.swiper-wrapper .images33 {
  background: url(../img/piercingEye/3.png) no-repeat;
}
.swiper-wrapper .images44 {
  background: url(../img/piercingEye/4.png) no-repeat;
}
.swiper-wrapper .images55 {
  background: url(../img/piercingEye/5.png) no-repeat;
}
.swiper-wrapper .images66 {
    background: url(../img/piercingEye/6.png) no-repeat;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 5px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  position: relative;
  top: -50px;
}
.swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #ccc;
}
.swiper-active-switch {
  background: #aaa;
}