
.wspc{
    display: none;
}
@media (max-width: 767px) {
  .wspc{
    display: block !important;
  }
}

.wcpc{
    display: block !important;
}
@media (max-width: 767px) {
  .wcpc{
    display: none;
  }
}
.m-footer {
  background: #151b26;
  padding-top: 20px;
  padding-bottom: var(--wapfooter_navheight);
}
.m-footer.is_0 {
  padding-bottom: 20px;
}
.m-footer .m-footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}
.m-footer .m-footer-info .m-footer-contact {
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 2px;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.m-footer .m-footer-info .m-footer-contact a {
  color: #fff;
  font-family: "codeB";
  font-size: 16px;
  font-weight: 900;
}
.m-footer .m-footer-info .m-footer-qr-code {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.m-footer .m-footer-info .m-footer-qr-code .m-qr-code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.m-footer .m-footer-info .m-footer-qr-code .m-qr-code-item img {
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.m-footer .m-footer-info .m-footer-qr-code .m-qr-code-item span {
  font-size: 14px;
  color: #fff;
  opacity: 0.73;
}
.m-footer .m-footer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0px 20px;
}
.m-footer .m-footer-copy .m-filing-information {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.m-footer .m-footer-copy .m-filing-information .m-filing-information-icon {
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m-footer .m-footer-copy .m-filing-information .m-filing-information-icon img {
  width: 100%;
  height: 100%;
}
.m-footer .m-footer-copy .m-filing-information .m-filing-information-title {
  margin-left: 4px;
}
.m-footer .m-footer-copy .m-filing-information .m-filing-information-title a {
  font-size: 14px;
  color: #fff;
  opacity: 0.73;
}

.footer-m {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.footer-m.close .footer-m-content {
  opacity: 0;
  height: 0;
}
.footer-m .footer-m-content {
  background: var(--wapfooter_navcolor);
  max-height: var(--wapfooter_navheight);
  min-height: var(--wapfooter_navheight);
  overflow: hidden;
  opacity: 1;
  border-radius: 2px 2px 0px 0px;
  box-shadow: rgba(127, 135, 144, 0.16) 0px 8px 24px 0px;
  transition: all 0.3s ease;
}
.footer-m .footer-m-content .footer-m-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-top: 1px solid #f0f0f0;
}
.footer-m .footer-m-content .footer-m-row .footer-m-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.footer-m .footer-m-content .footer-m-row .footer-m-item .footer-m-icon {
  width: var(--wapfooter_navicon);
  height: var(--wapfooter_navicon);
}
.footer-m .footer-m-content .footer-m-row .footer-m-item .footer-m-icon img {
  width: 30%;
  height: 100%;
}
.footer-m .footer-m-content .footer-m-row .footer-m-item .footer-m-name {
  font-size: 12px;
  color: var(--txtcl);
}
