/**底部**/
.footer {
  --color-rgb: 255,255,255;
  background-color: #212427;
  font-size: 14px;
  line-height: 1.4em;
  color: #818181;
}
.footer a:hover {
  color: #ffffff;
}
.footer .top {
  padding-top: 40px;
  padding-bottom: 33px;
}
.footer .top .logo img {
  display: block;
}
.footer .top .return-top-box .self-svg {
  --w: 38px;
  --fill: #ffffff;
  --size: calc(var(--w)/2);
  width: calc(var(--w)*2);
  height: var(--w);
  background-color: #2c2f34;
  border-radius: calc(var(--w)/2);
  transform: rotate(180deg);
  transition: background 0.3s;
}
.footer .top .return-top-box:hover .self-svg {
  background-color: var(--main-color);
}
.footer .mid .menus {
  border-top: 1px solid #2b2e31;
  padding-top: 45px;
  padding-bottom: 40px;
}
.footer .bot {
  background-color: #1e2225;
}
.footer .menus {
  width: 100%;
  line-height: 1.6em;
  color: #818181;
}
.footer .menus .menus-li {
  width: calc(100%/7);
  padding-right: 30px;
}
.footer .menus .menus-title {
  margin-bottom: 8px;
  font-size: 1.071em;
  color: #ffffff;
}
.footer .menus .menus-a-s {
  padding-top: 12px;
}
.footer .menus .menus-a-s .a-box {
  padding: 0.4em 0;
}
.footer .menus .menus-a-s a {
  display: inline-block;
  vertical-align: top;
  transform: translateX(0);
  transition: transform 0.4s, color 0.3s;
}
.footer .menus .menus-a-s a:hover {
  transform: translateX(0.3em);
}
.footer .menus .contact {
  min-width: 320px;
}
.footer .menus .contact .phone {
  margin-top: 10px;
  margin-bottom: 50px;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 42px;
  font-weight: bold;
  line-height: 0.9em;
  color: #ffffff;
}
.footer .menus .contact .cont {
  color: #ffffff;
}
.footer .menus .contact .share-box {
  margin-top: 90px;
}
.footer .bot {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #1e2225;
  line-height: 1.4em;
  color: #818181;
}
@media (max-width: 1600px) {
  .footer .top {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer .top .return-top-box .self-svg {
    --w: 32px;
  }
  .footer .mid .menus {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .footer .menus .menus-li {
    padding-right: 15px;
  }
  .footer .menus .menus-title {
    margin-bottom: 5px;
  }
  .footer .menus .menus-a-s {
    padding-top: 10px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.3em 0;
  }
  .footer .menus .contact {
    min-width: 320px;
  }
  .footer .menus .contact .phone {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .footer .menus .contact .share-box {
    margin-top: 50px;
  }
  .footer .bot {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .footer {
    font-size: 0.26rem;
  }
  .footer .top {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
  }
  .footer .top .logo img {
    height: 0.6rem;
  }
  .footer .top .return-top-box .self-svg {
    --w: 0.5rem;
  }
  .footer .mid .menus {
    padding-top: 0.4rem;
    padding-bottom: 0.35rem;
  }
  .footer .mid .menus .menus-li {
    display: none;
  }
  .footer .mid .menus .contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .footer .mid .menus .contact .phone {
    margin: 0.1rem 0 0.3rem;
    font-size: 0.36rem;
  }
  .footer .mid .menus .contact .share-box {
    margin-top: 0.3rem;
    justify-content: center;
  }
  .footer .bot {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
    font-size: 0.26rem;
  }
  .footer .bot .left-cont,
  .footer .bot .right-cont {
    width: 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=footer.css.map */