
/* 小于1200大于1024px会调用的媒体查询 */
@media screen and (max-width: 1200px) and (min-width: 1024px) {
     /* 转圈图片第一张 */
  .bac_img_one {
    width: 140%;
    top: -20%;
    right: -25%;
  }
  /* 第二张 */
  .bac_img_two {
    width: 140%;
    top: -40%;
    left: -25%;
  }
  /* 第三张 */
  .bac_img_three {
    width: 140%;
    top: -20%;
    right: -25%;
  }
}