﻿/**底部**/
.footer {
  --color: rgba(255, 255, 255, 0.6);
  --hover: var(--main-color);
  position: relative;
  background: #333333 no-repeat right bottom;
  font-size: 14px;
  line-height: 1.6em;
  color: var(--color);
}
.footer a:hover {
  color: #ffffff;
}
.footer .logo-code {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 60px;
  padding-bottom: 35px;
}
.footer .logo-code .logo img {
  display: block;
}
.footer .logo-code .code-box .code-li {
  text-align: center;
}
.footer .logo-code .code-box .code-li + .code-li {
  margin-left: 17px;
}
.footer .logo-code .code-box .code-li img {
  display: block;
}
.footer .logo-code .code-box .code-li .txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4em;
}
.footer .menus .contact-block {
  padding-top: 19px;
}
.footer .menus .contact-li {
  display: flex;
  position: relative;
  color: #ffffff;
}
.footer .menus .contact-li + .contact-li {
  margin-top: 17px;
}
.footer .menus .contact-li.phone {
  font-size: 36px;
  line-height: 1em;
}
.footer .menus .contact-li.mail {
  color: rgba(255, 255, 255, 0.8);
}
.footer .menus .contact-li.address {
  color: rgba(255, 255, 255, 0.8);
}
.footer .menus .contact-li .self-svg {
  --size: 25px;
  --fill: #ffffff;
  flex-shrink: 0;
  margin-right: 16px;
}
.footer .bot {
  background-color: #1e1e1e;
  font-size: 14px;
  line-height: 1.4em;
  color: #999999;
}
@media (min-width: 1201px) {
  .footer .menus {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .footer .menus .ul {
    width: 67%;
  }
  .footer .menus .ul .menus-li + .menus-li {
    padding-left: 25px;
  }
  .footer .menus .menus-title {
    font-size: 16px;
    line-height: 1.4em;
    color: #ffffff;
  }
  .footer .menus .menus-a-s {
    padding-top: 10px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.1em 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.1em;
    padding-bottom: 1.1em;
  }
  .footer .bot .right-cont .a {
    margin-left: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .footer .logo-code {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer .logo-code .logo img {
    height: 60px;
  }
  .footer .logo-code .code-box .code-li img {
    width: 90px;
  }
  .footer .menus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .menus .contact-li .phone {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .footer {
    font-size: 0.26rem;
  }
  .footer .logo-code {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
  }
  .footer .logo-code .logo {
    width: 100%;
  }
  .footer .logo-code .logo img {
    margin: 0 auto;
    height: 0.8rem;
  }
  .footer .logo-code .code-box {
    margin-top: 0.3rem;
    width: 100%;
  }
  .footer .logo-code .code-box .code-li img {
    width: 1.6rem;
  }
  .footer .logo-code .code-box .code-li .txt {
    font-size: 0.24rem;
  }
  .footer .menus {
    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 .menus .contact-li {
    display: flex;
    justify-content: center;
  }
  .footer .menus .contact-li + .contact-li {
    margin-top: 0.2rem;
  }
  .footer .menus .contact-li.phone {
    font-size: 0.4rem;
  }
  .footer .menus .contact-li .self-svg {
    --size: 0.34rem;
    margin-right: 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 */