
.swiper-container {
  backface-visibility: hidden;
  direction: ltr;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  box-sizing: content-box;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0s;
  transition-property: transform, left, top;
  transition-timing-function: ease;
  width: 100%;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-slide {
  box-sizing: content-box;
  float: left;
}
.swiper-wp8-horizontal {
}
.swiper-wp8-vertical {
}
.device {
  height: 460px;
  margin: 5px auto;
  position: relative;
  width: 100%;
}
.device .arrow-left {
  background: rgba(0, 0, 0, 0) url("../images/arrows.png") no-repeat scroll left bottom;
  bottom: 10px;
  height: 30px;
  left: 10px;
  margin-top: -15px;
  position: absolute;
  width: 17px;
  z-index: 9;
}
.device .arrow-right {
  background: rgba(0, 0, 0, 0) url("../images/arrows-r.png") no-repeat scroll left bottom;
  bottom: 10px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 10px;
  width: 17px;
  z-index: 9;
}
.swiper-container {
  height: 460px;
  width: 520px;
}
.content-slide {
  color: #fff;
  padding: 20px 0;
}
.bottom {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
}
.p {
  font-size: 16px;
  overflow: hidden;
  padding: 0 15px 0 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagination {
  bottom: 15px;
  left: 36px;
  position: absolute;
  text-align: center;
  z-index: 3;
}
.swiper-pagination-switch {
  background: #999 none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 1px 2px #555 inset;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px;
}
.swiper-active-switch {
  background: #fff none repeat scroll 0 0;
}
