@media screen and (max-width: 767px) {
  .header {
    min-width: 100%;
  }
  .footer {
    min-width: 320px;
  }
  .footer .footer-wrap {
    padding: 0 30px;
    min-width: 320px;
  }
  .footer .footer-wrap .footer-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #45484c;
  }
  .footer .footer-wrap .footer-hd .list-item {
    font-size: 12px;
    color: #fff;
  }
  .footer .footer-wrap .footer-con {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #45484c;
  }
  .footer .footer-wrap .footer-con .list h4 {
    margin-bottom: 14px;
    font-size: 12px;
    color: #fff;
  }
  .footer .footer-wrap .footer-con .list li {
    margin-bottom: 10px;
  }
  .footer .footer-wrap .footer-con .list li a {
    font-size: 12px;
    color: #afafaf;
  }
  .footer .footer-wrap .footer-con .list .show span {
    font-size: 12px;
  }
  .footer .footer-wrap .footer-con .img h4 {
    margin-bottom: 20px;
    font-size: 12px;
    color: #fff;
  }
  .footer .footer-wrap .footer-con .img img {
    width: 100px;
    height: 100px;
  }
  .footer .footer-wrap .footer-ft {
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    color: #afafaf;
  }
  .footer .footer-wrap .footer-ft a {
    color: #afafaf;
  }
}
