/**底部**/
.footer {
  --color: #ffffff;
  --hover: rgba(255, 255, 255, 0.6);
  background: #05002E;
  padding-top: calc(var(--wrap-1400-width)*0.02777);
  font-size: var(--fs14);
  line-height: 1.57em;
  color: var(--color);
}
.footer a {
  color: var(--hover);
}
.footer a:hover {
  color: var(--color);
}
.footer .top {
  margin-bottom: 2.43%;
}
.footer .logo-phone {
  width: 22.91%;
  flex-direction: column;
}
.footer .logo-phone .logo {
  display: inline-block;
  vertical-align: top;
}
.footer .logo-phone .word {
  margin-top: 30px;
  text-align: justify;
  line-height: 1.85em;
}
.footer .logo-phone .phone-block {
  width: 100%;
}
.footer .logo-phone .phone-block .phone-tit {
  margin-bottom: 3px;
}
.footer .logo-phone .phone-block .phone-val {
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 1.2em;
  color: var(--mcolor2);
}
.footer .menus-title .jt {
  display: none;
}
.footer .menus-box {
  border-left: 1px solid #322E53;
  border-right: 1px solid #322E53;
  width: 49.3%;
  padding: 0 2.08%;
}
.footer .menus-box .menus-title {
  font-size: var(--fs18);
}
.footer .menus-box .menus-title a {
  color: var(--color);
}
.footer .contact-box {
  width: 23.61%;
}
.footer .contact-box .code-box {
  color: var(--color);
}
.footer .contact-box .code-box .code-li {
  width: 100px;
  text-align: center;
}
.footer .contact-box .code-box .code-li + .code-li {
  margin-left: 30px;
}
.footer .contact-box .code-box .code-li .code-img {
  display: inline-block;
  margin-bottom: 8px;
  vertical-align: top;
  position: relative;
}
.footer .contact-box .code-box .code-li .code-img::after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid var(--mcolor2);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.footer .contact-box .code-box .code-li img {
  display: block;
}
.footer .contact-box .icon-list {
  --gap: 6px;
  margin-top: 22px;
}
.footer .contact-box .icon-list .icon-li {
  padding: var(--gap) 0;
}
.footer .contact-box .icon-list .self-svg {
  margin-top: 0.2em;
  margin-right: 0.7em;
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
  background: no-repeat center / contain;
}
.footer .contact-box .icon-list .business .self-svg {
  background-image: url(../fonts/icon-5-1.svg);
}
.footer .contact-box .icon-list .media .self-svg {
  background-image: url(../fonts/icon-5-2.svg);
}
.footer .contact-box .icon-list .job .self-svg {
  background-image: url(../fonts/icon-5-3.svg);
}
.footer .friend-link-box {
  margin-top: 28px;
  position: relative;
  width: 230px;
  max-width: 100%;
  font-size: var(--fs14);
  line-height: 1.5em;
}
.footer .friend-link-box .friend-li {
  position: relative;
  background: #1E1A43;
  padding: 0.55em 12px;
}
.footer .friend-link-box .friend-li-switch .self-svg {
  --size: 0.7em;
  --fill: #ffffff;
  transform: scale(1);
  transition: all 0.3s;
}
.footer .friend-link-box .li-box {
  margin-bottom: -10px;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, margin 0.3s;
}
.footer .friend-link-box.show .friend-li-switch .self-svg {
  transform: scale(-1);
}
.footer .friend-link-box.show .li-box {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.footer .bot {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  color: var(--hover);
}
.footer .bot .copyright {
  text-align: center;
}
.footer .bot .record {
  margin-left: 2em;
}
.footer .bot .record img {
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  .footer .menus {
    gap: 0 3%;
  }
  .footer .menus .menus-li {
    max-width: 25%;
  }
  .footer .menus .menus-a-s {
    display: block!important;
    margin-top: 8px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 2px 0;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .footer .logo-phone {
    width: 21%;
  }
  .footer .menus {
    gap: 0 1.5%;
  }
  .footer .contact-box {
    width: 27%;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .footer .logo-phone {
    width: 40%;
  }
  .footer .menus-box {
    order: -1;
    margin-bottom: 2%;
    border-left: 0 none;
    border-right: 0 none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .footer .contact-box {
    width: auto;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-top: 0.55rem;
  }
  .footer .top {
    margin-bottom: 0;
  }
  .footer .logo-phone {
    width: 100%;
  }
  .footer .logo-phone .logo {
    display: none;
  }
  .footer .logo-phone .logo img {
    width: 1.9rem;
  }
  .footer .logo-phone .word {
    display: none;
    margin-top: 0.25rem;
  }
  .footer .logo-phone .phone-block {
    display: flex;
    margin-top: 0.15rem;
    align-items: center;
  }
  .footer .logo-phone .phone-block .phone-tit {
    margin-bottom: 0;
  }
  .footer .logo-phone .phone-block .phone-val {
    margin-left: 0.6em;
    font-size: var(--fs28);
  }
  .footer .menus-box {
    order: -1;
    margin-top: 0;
    border-left: 0 none;
    border-right: 0 none;
    width: 100%;
    padding: 0;
  }
  .footer .menus-box .menus {
    gap: 0.1rem;
  }
  .footer .menus-box .menus-li {
    display: none;
    width: 100%;
  }
  .footer .menus-box .menus-li:last-child {
    display: block;
  }
  .footer .menus-box .menus-a-s {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.05rem 0.2rem;
    font-size: 0.28rem;
    line-height: 2em;
  }
  .footer .menus-box .menus-a-s a {
    transform: translateX(calc(var(--pad) + 0.2em));
  }
  .footer .menus-box .menus-a-s a::before {
    top: 0.9em;
    width: var(--pad);
  }
  .footer .menus-box .menus-a-s a::after {
    width: calc(var(--pad) + 0.2em);
  }
  .footer .contact-box {
    margin-top: 0.25rem;
    width: 100%;
    max-width: 100%;
  }
  .footer .contact-box .code-box .code-li {
    width: 1.6rem;
  }
  .footer .contact-box .code-box .code-li + .code-li {
    margin-left: 0.3rem;
  }
  .footer .contact-box .code-box .code-li img {
    display: block;
    margin: 0 auto;
  }
  .footer .contact-box .code-box .code-li .txt {
    margin-top: 0;
  }
  .footer .contact-box .icon-list {
    --gap: 0.05rem;
    margin-top: 0.15rem;
  }
  .footer .friend-link-box {
    display: none;
    margin: 0.25rem auto 0.35rem;
    width: 4rem;
  }
  .footer .bot {
    margin-top: 0.15rem;
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer .bot .record {
    display: flex;
    margin: 0;
    align-items: center;
  }
  .footer .bot .record img {
    width: 0.26rem;
  }
}
/*# sourceMappingURL=./footer.css.map */