@charset "UTF-8";

@media(max-width: 1680px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
  .foot-wrapper .foot-top {
    width: 90%;
  }

  .foot-wrapper .foot-img {
    width: 90%;
  }
}

@media (max-width: 950px) {
  .foot-wrapper .foot-top_1200 {
    display: block;
  }

  .foot-wrapper .foot_img_top {
    display: none;
  }

  .foot-wrapper .foot-top {
    display: none;
  }

  .foot-wrapper .foot-img {
    width: 80%;
    justify-content: flex-start;
  }
}

@media (max-width: 750px) {
  .foot-wrapper .foot-top_1200 ul li div p a {
    font-size: 18px;
  }

  .foot-wrapper .foot-top_1200 .foot_top_content_1200 .foot-title-des {
    font-size: 18px;
  }

  .foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .foot-top-item1 .foot-top-item-des {
    font-size: 18px;
  }
}

@media (max-width: 330px) {}