.content-box-wrap {
  padding: 0;
}
.title-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-2 .title-2__l,
.title-2 .title-2__r {
  font-size: 2.6rem;
  color: #666;
}
.title-2 .title-2__l {
  color: #333;
}
.fm-wrap {
  display: flex;
}
.fm-wrap > img {
  width: 27.6rem;
  border-radius: 0.5rem;
  float: left;
}
.fm-wrap .case-show-swiper-wrap {
  width: calc(142rem - 30rem);
  overflow-x: hidden;
  height: auto;
  margin-left: 0.5rem;
}
.fm-wrap .case-show-swiper-wrap .case-show-swiper {
  height: auto;
}
.fm-wrap .case-show-swiper-wrap .case-show-swiper::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 0;
  height: 0;
}
.case-show-swiper-wrap .waterfall-layout-wrap .waterfall-layout {
  flex: 0 0 27.6rem;
}
.case-show-swiper-wrap .waterfall-layout-wrap .waterfall-layout .waterfall-layout-top img {
  width: 100%;
  height: auto;
  float: left;
}
.sheji-img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
}
.sheji-img-wrap .sheji-img {
  flex: 0 0 calc(33.333% - 2rem);
  margin-right: 2rem;
}
.sheji-img-wrap .sheji-img img {
  margin-top: 2rem;
  border-radius: 0.5rem;
}
.case-show-swiper-wrap .waterfall-layout-wrap .waterfall-layout:hover .waterfall-layout-top > img {
  transform: scale(1);
}
@media (max-width: 1200px) {
  .p3rem {
    padding: 0 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .title-2 {
    border-bottom: none;
    height: 8rem;
    background: #fff;
    align-items: center;
    padding: 0 0 0 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.5rem;
  }
  .title-2 .title-2__r {
    width: 16rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    color: #fff;
    background: #1B54F7;
    border-radius: 4rem 0 0 4rem;
    font-weight: normal;
  }
  .case-show-swiper-wrap .waterfall-layout-wrap {
    width: 100%;
  }
  .fm-wrap {
    background: #fff;
    margin-top: 3rem;
    padding: 0 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fm-wrap > img {
    margin-right: 0.5rem;
    width: 18rem;
  }
  .content-box-wrap .content-box .img-flex .img img {
    border-radius: 0 !important;
  }
  .content-box-wrap .content-box .content-msg {
    background: #fff;
    padding: 3rem;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-box-wrap .content-box .title-2 {
    margin-top: 3rem;
  }
  .content-box-wrap .content-box .video-swiper img {
    margin-top: 0;
  }
  .sheji-img-wrap {
    margin-top: -3rem;
    background: #fff;
    padding: 0 3rem 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    border-radius: 0 !important;
  }
  .case-show-swiper-wrap .waterfall-layout-wrap .waterfall-layout {
    flex: 0 0 18rem;
  }
}
/*# sourceMappingURL=case.css.map */