/* 
    小于751会调用的媒体查询——移动端
    xs 小于768 
    sm大于768 
    md大于992 
    lg大于1200
    xl大于1920
*/
@media screen and (max-width: 751px) {
  /* 转圈图片第一张 */
  .bac_img_one {
    width: 127%;
    top: -8vh;
    right: -11%;
  }
  /* 第二张 */
  .bac_img_two {
    width: 127%;
    top: -19vh;
    left: -20%;
  }
  /* 第三张 */
  .bac_img_three {
    width: 127%;
    top: -8vh;
    right: -11%;
  }
  .main-slider__content {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
  }
  .main-slider__content h3 {
    font-size: 24px;
  }
  .main-slider__content p {
    font-size: 14px;
  }
  .inner-shop-details-content {
    font-size: 22px;
  }
  /* 底部 */
  .footer_row {
    justify-content: center;
  }
  .payment-card li {
    width: 98%;
  }
}
