/**
 * 颜色
 */
/**
尺寸
 */
/**
*形状
 */
.m-footer {
  width: 100%;
  background: #151618;
  padding-top: 68px;
  position: relative;
}
.footer-nav {
  margin: auto;
}
.footer-nav .link-items {
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  float: left;
}
.footer-nav .link-items a {
  color: #fff;
}
.footer-nav .link-items a:hover {
  color: #ff446b;
}
.footer-nav .link-items .link-item {
  float: left;
  margin-right: 70px;
  text-decoration: none;
}
.footer-nav .social-items {
  float: right;
}
.footer-nav .social-items .social-item {
  display: inline-block;
  margin-right: 20px;
}
.footer-nav .social-items .social-item a:hover svg path {
  fill: #ff446b;
}
.footer-copyright {
  width: 100%;
  border-top: 1px solid #474a59;
  bottom: 0;
  margin-top: 68px;
}
.footer-copyright .copyright-text {
  width: 100%;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  color: #8b8c92;
  text-align: center;
  line-height: 24px;
  padding: 23px 0;
}
.footer-copyright .copyright-text span {
  color: #ff446b;
}
@media screen and (max-width: 760px) {
  .m-footer {
    padding-top: 45px;
  }
  .footer-nav .link-items {
    width: 100%;
    margin-bottom: 23px;
  }
  .footer-nav .link-items .link-item {
    margin-right: 10%;
    float: inherit;
  }
  .footer-nav .social-items {
    width: 100%;
  }
  .footer-nav .social-items .social-item {
    cursor: pointer;
  }
  .footer-copyright {
    margin-top: 36px;
  }
}
@media screen and (max-width: 414px) {
  .footer-nav .link-items .link-item {
    width: 100%;
    text-align: center;
  }
  .footer-nav .social-items {
    width: 100%;
    text-align: center;
  }
  .footer-copyright .copyright-text {
    font-size: 12px;
  }
  .footer-nav .social-items .social-item:last-child {
    margin-right: 0;
  }
}
/*# sourceMappingURL=footer.css.map */
