.footer {
  background: #f3efe6;
}

.footer .wrapper {
  padding: 0.5rem 1.1rem 0 1rem;
  margin-bottom: 0.3rem;
}

.footer .footer-mun {
  float: left;
}

.footer .footer-mun > ul::after {
  content: "";
  display: table;
  clear: both;
}

.footer .footer-mun > ul > li {
  float: left;
  margin-right: 1.14rem;
}

.footer .footer-mun > ul > li > a {
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #404040;
  line-height: 18px;
}

.footer .footer-mun > ul > li ul {
  margin-top: 0.1rem;
}

.footer .footer-mun > ul > li li {
  opacity: 0.8;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #404040;
  line-height: 0.22rem;
}

.footer .official-account {
  float: right;
}

.footer .official-account .code {
  display: inline-block;
  margin-bottom: 0.16rem;
}

.footer .official-account .code > img {
  float: left;
}

.footer .official-account .code .wz {
  float: left;
  margin-left: 0.2rem;
}

.footer .official-account .code .wz > p {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #404040;
  line-height: 0.16rem;
  margin-bottom: 2px;
}

.footer .official-account p {
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #404040;
  line-height: 0.18rem;
}

.copyright {
  padding: 22px 0 22px 0;
  font-size: Max(0.12rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #404040;
  line-height: 0.16rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1280px) {
  .footer .footer-mun > ul > li ul {
    margin-top: 10px;
  }
  .footer .footer-mun > ul > li ul li {
    line-height: 22px;
  }
  .footer .official-account p {
    line-height: 18px;
  }
  .footer .official-account .code .wz p {
    line-height: 16px;
  }
}

@media screen and (max-width: 910px) {
  .footer .wrapper {
    padding: 20px 0 0 0;
    margin-bottom: 30px;
  }
  .footer .footer-mun {
    display: none;
  }
  .footer .footer-mun.main {
    display: block;
    float: unset;
  }
  .footer .footer-mun.main > ul {
    display: flex;
  }
  .footer .footer-mun.main > ul > li {
    float: unset;
    width: 100%;
    text-align: center;
    margin-right: unset;
    margin-bottom: 20px;
  }
  .footer .footer-mun.main > ul > li > a {
    font-size: 14px;
  }
  .footer .footer-mun.main > ul > li > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(/_upload/tpl/0e/9d/3741/template3741/images/icon-triangle.png) no-repeat center/cover;
    transform: rotate(-90deg);
  }
  .footer .footer-mun.main > ul > li > a.down::after {
    transform: unset;
  }
  .footer .footer-mun.main > ul > li ul {
    display: none;
  }
  .footer .footer-mun.main > ul > li ul.on {
    display: block;
    animation-duration: 1s;
  }
  .footer .footer-mun.main > ul > li ul li {
    line-height: 1.6;
    text-align: center;
    font-size: 12px;
  }
  .footer .official-account {
    float: unset;
    text-align: center;
  }
  .footer .official-account .code {
    margin-bottom: 16px;
  }
  .footer .official-account .code .wz {
    margin-left: 20px;
  }
  .footer .official-account .code .wz p {
    line-height: 16px;
  }
  .footer .official-account p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .copyright {
    padding: unset;
    font-size: 12px;
    line-height: 16px;
    white-space: pre-wrap;
  }
}
