/* ========== 移动端页脚适配样式（仅在小于1200px时生效） ========== */

@media (max-width: 1200px) {
  .footer {
    max-width: 100%;
    height: auto;
  }

  .foot-top {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 25px 15px;
  }

  .top-left {
    width: 100%;
  }

  .top-center {
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: block;
  }

  .pad-top {
    padding: 0;
  }

  .top-right {
    width: 100%;
    height: auto;
    padding-top: 15px;
    display: flex;
    justify-content: center;
  }

  .top-flex img {
    height: 30px;
  }

  .top-flex .line {
    margin: 20px 0 10px 0;
  }

  .top-flex>li,
  .center-flex>li {
    margin-right: 0;
    font-size: 13px;
  }

  .top-flex>.tel {
    font-size: 20px;
  }

  .center-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .center-flex > li {
    width: calc(50% - 8px);
  }

  .center-flex h3 {
    font-size: 14px;
    line-height: 1.4;
  }

  .center-flex .line {
    margin: 8px 0 10px 0;
  }

  .center-flex a {
    font-size: 12px;
    line-height: 1.8;
  }

  .right-item {
    background: transparent;
    padding: 0;
  }

  .QRimg {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
  }

  .itemName {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 0;
  }

  .foot-bot {
    height: auto;
    padding: 15px;
  }

  .bot-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .bot-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .bot-flex > li {
    margin-right: 0;
    font-size: 11px;
  }

  .bot-flex>li a {
    color: #999;
    font-size: 11px;
  }

  .bot-item p {
    font-size: 11px;
    color: #999;
    text-align: left;
    line-height: 1.5;
    margin: 0;
  }

  .bot-item .police {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .bot-item .police img {
    width: 14px;
    height: 17px;
  }

  .bot-item a {
    color: #999;
    font-size: 11px;
  }
}
