/**底部**/
.footer {
  --color: rgba(254, 254, 254, 0.6);
  --hover: var(--main-color);
  position: relative;
  background: #212121;
  padding-top: 60px;
  font-size: 14px;
  line-height: 1.6em;
  color: var(--color);
}
.footer a:hover {
  color: #ffffff;
}
.footer .wave-box {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.footer .top {
  padding-bottom: 56px;
}
.footer .contact-block {
  width: 331px;
}
.footer .contact-block .logo {
  display: inline-block;
  margin-bottom: 15px;
}
.footer .contact-block .logo img {
  display: block;
}
.footer .contact-block .contact-li {
  padding: 1px 0;
}
.footer .contact-block .share-box {
  margin-top: 22px;
}
.footer .bot {
  background-color: #131313;
  font-size: 13px;
  line-height: 1.4em;
  color: rgba(254, 254, 254, 0.44);
}
@media (min-width: 1201px) {
  .footer .share-box .code-box {
    left: 0;
    transform: translateX(0);
  }
  .footer .menus {
    width: 68%;
  }
  .footer .menus .menus-li + .menus-li {
    padding-left: 25px;
  }
  .footer .menus .menus-title {
    font-size: 18px;
    line-height: 1.4em;
    color: #ffffff;
  }
  .footer .menus .menus-title::after {
    content: '';
    display: block;
    margin-top: 14px;
    margin-bottom: 10px;
    width: 1.667em;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.6;
  }
  .footer .menus .menus-a-s {
    padding-top: 10px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.2em 0;
  }
  .footer .menus .menus-a-s a {
    --pad: 0.17em;
    display: inline-block;
    position: relative;
    vertical-align: top;
    transform: translateX(0);
    transition: transform 0.3s;
  }
  .footer .menus .menus-a-s a::before {
    content: '';
    display: block;
    margin-right: 0.4em;
    position: absolute;
    right: 100%;
    top: 0.7em;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width 0.3s;
  }
  .footer .menus .menus-a-s a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 0;
  }
  .footer .menus .menus-a-s a:hover {
    transform: translateX(calc(var(--pad) + 0.4em));
  }
  .footer .menus .menus-a-s a:hover::before {
    width: var(--pad);
  }
  .footer .menus .menus-a-s a:hover::after {
    width: calc(var(--pad) + 0.4em);
  }
  .footer .bot {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }
  .footer .bot .right-cont .a {
    margin-left: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .footer .menus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .menus .contact-li .phone {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 0.5rem;
    font-size: 0.26rem;
  }
  .footer .contact-block {
    width: 100%;
    text-align: center;
  }
  .footer .contact-block .logo {
    margin-bottom: 0.2rem;
  }
  .footer .contact-block .logo img {
    width: 3.5rem;
  }
  .footer .contact-block .share-box {
    margin-top: 0.2rem;
    justify-content: center;
  }
  .footer .top {
    padding-bottom: 0.35rem;
  }
  .footer .menus {
    display: none;
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .footer .menus .ul {
    display: none;
  }
  .footer .menus .menus-li {
    margin: 0 auto;
    text-align: center;
  }
  .footer .menus .contact-block {
    padding-top: 0.2rem;
  }
  .footer .bot {
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .bot .left-cont {
    width: 100%;
  }
  .footer .bot .right-cont {
    width: 100%;
    justify-content: center;
  }
  .footer .bot .right-cont .line {
    margin-top: 0.1rem;
  }
}
/*# sourceMappingURL=./footer.css.map */