.casewrap .row {
  margin: 0 -30px 0 -30px;
}
.casewrap .row .col-md-6 {
  padding: 0 30px 0 30px;
  margin-bottom: 90px;
  *width: 540px;
}
.casewrap .row .col-md-6 .device {
  width: 100%;
  height: 368px;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.casewrap .row .col-md-6 .device .swip {
  height: 100%;
}
.casewrap .row .col-md-6 .device .swip .pgn {
  margin: 0;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 16px;
  width: 100%;
}
.casewrap .row .col-md-6 .device .swip .pgn .swiper-pagination-switch {
  background: #b5b5b5;
  border: none;
}
.casewrap .row .col-md-6 .device .swip .pgn .swiper-active-switch {
  background: #c70019;
}
.casewrap .row .col-md-6 .device .swip .swiper-wrapper {
  height: 100%;
}
.casewrap .row .col-md-6 .casetext {
  color: #000;
}
.casewrap .row .col-md-6 .casetext h2 {
  font-size: 18px;
  height: 18px;
  margin-bottom: 12px; color:#000; font-weight:bold;
}
.casewrap .row .col-md-6 .casetext span {
  color: #333;
  height: 14px;
  line-height: 14px;
  margin-bottom:18px;
  display: inline-block;
}
.casewrap .row .col-md-6 .casetext p {
  line-height: 24px;
  font-size: 12px;
  color: #000;
}
