/**底部**/
.footer {
  --color: rgba(255, 255, 255, 0.4);
  --hover: var(--main-color);
  position: relative;
  background: #1a1a1a;
  font-size: 14px;
  line-height: 1.6em;
  color: var(--color);
}
.footer a:hover {
  color: #ffffff;
}
.footer .top {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .top .logo img {
  display: block;
  width: auto;
  height: 56px;
}
.footer .middle {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
  padding-bottom: 65px;
}
.footer .menus {
  width: 100%;
}
.footer .menus .contact {
  margin-left: 15%;
}
.footer .menus .contact .code-box {
  margin-left: 125px;
  text-align: center;
  color: #ffffff;
}
.footer .menus .contact .code-box img {
  display: block;
  margin-bottom: 10px;
  border-radius: 8px;
}
.footer .contact-block {
  margin-top: 10px;
}
.footer .contact-block .contact-li {
  padding: 0.2em 0;
  color: rgba(254, 254, 254, 0.6);
}
.footer .contact-block .contact-li .self-svg {
  --sw: 2em;
  --size: 1.2em;
  --fill: #ffffff;
  float: left;
  transform: translateY(15%);
  opacity: 0.6;
  width: var(--sw);
  justify-content: flex-start;
}
.footer .bot {
  font-size: 13px;
  line-height: 1.4em;
  color: rgba(254, 254, 254, 0.4);
}
@media (min-width: 1201px) {
  .footer .menus .menus-li {
    max-width: 20%;
  }
  .footer .menus .menus-li + .menus-li {
    padding-left: 25px;
  }
  .footer .menus .menus-li:nth-child(2) {
    padding-right: 9em;
  }
  .footer .menus .menus-li.contact {
    max-width: 45%;
  }
  .footer .menus .menus-title {
    font-size: 16px;
    line-height: 1.4em;
    color: #ffffff;
  }
  .footer .menus .menus-a-s {
    display: flex;
    margin: 0 -2.3em;
    height: 13em;
    padding-top: 12px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.2em 2.3em;
  }
  .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.4em;
    padding-bottom: 1.4em;
  }
  .footer .bot .right-cont .a {
    margin-left: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .footer .menus .menus-li.contact {
    margin-left: 9%;
  }
}
@media (max-width: 1200px) {
  .footer {
    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: 0.55rem 0 0.35rem;
    justify-content: center;
  }
  .footer .top .logo img {
    display: block;
    width: 1.3rem;
    height: auto;
  }
  .footer .top .share-box {
    margin-top: 0.35rem;
    width: 100%;
    justify-content: center;
  }
  .footer .middle {
    padding: 0.4rem 0;
  }
  .footer .menus {
    width: 100%;
    padding: 0;
  }
  .footer .menus .ul {
    display: none;
  }
  .footer .menus .menus-li {
    display: none;
    margin: 0 auto;
    text-align: center;
  }
  .footer .menus .contact {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .footer .menus .contact .code-box {
    margin-left: 0;
  }
  .footer .menus .contact .code-box img {
    margin: 0.35rem auto 0.2rem;
    width: 1.8rem;
  }
  .footer .menus .menus-title {
    font-size: 0.3rem;
  }
  .footer .contact-block {
    margin-top: 0.1rem;
  }
  .footer .contact-block .contact-li {
    display: flex;
    justify-content: center;
  }
  .footer .contact-block .contact-li .self-svg {
    transform: translateY(0);
  }
  .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;
  }
}
.firendLink{width:100%;margin-top:10px;}