.ys-case .sectioner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ys-case .sectioner.pager .row {
  margin-top: 40px;
}
.ys-case .sectioner.pager .row .itemer {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.ys-case .sectioner.pager .row .itemer .img-wrap {
  overflow: hidden;
}
.ys-case .sectioner.pager .row .itemer .img-wrap img {
  width: 100%;
  height: 300px;
  transition: all 0.5s ease;
}
.ys-case .sectioner.pager .row .itemer .tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  background-color: rgba(0, 57, 108, 0.7);
  font-size: 18px;
  color: white;
}
.ys-case .sectioner.pager .row .itemer:hover .img-wrap img {
  transform: scale(1.05);
}
.ys-case .sectioner.pager .row:first-child {
  margin-top: 0;
}
.ys-case .sectioner.detailer h1 {
  font-size: 26px;
  color: #000;
  text-align: center;
  margin: 0;
}
.ys-case .sectioner.detailer .ivr {
  margin: 15px 0 30px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  height: 0;
}
.ys-case .sectioner.detailer h4 {
  color: black;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-indent: 2em;
}
.ys-case .sectioner.detailer p {
  margin-bottom: 10px;
  margin-top: 10px;
  text-indent: 2em;
}
.ys-case .sectioner.detailer .dlist1 dl {
  margin-bottom: 10px;
}
.ys-case .sectioner.detailer .dlist1 dl dt,
.ys-case .sectioner.detailer .dlist1 dl dd {
  text-indent: 2em;
}
.ys-case .sectioner .abser {
  position: absolute;
  left: -200px;
  bottom: 220px;
}
.ys-case .sectioner .abser > img {
  height: 200px;
}
.ys-case .sectioner .magnifier {
  width: 340px;
  height: 340px;
  background-color: white;
  border: 5px solid rgba(0, 202, 250, 0.6);
  border-radius: 50%;
  text-align: center;
  line-height: 340px;
  margin: 0 auto;
}
.ys-case .sectioner .magnifier:after {
  content: "";
  position: absolute;
  top: 240px;
  right: -150px;
  width: 165px;
  height: 6px;
  background-color: rgba(0, 202, 250, 0.6);
  transform-origin: top left;
  transform: rotate(30deg);
}
/*# sourceMappingURL=case.css.map */