/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:48:00
 */
footer {
  --footer-icon-filter: brightness(0) invert(1);
  background: radial-gradient(circle at top left, rgba(233, 25, 36, 0.16), transparent 30%), linear-gradient(135deg, #0d1f63, #121823 72%);
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  footer {
    border-top-color: rgba(255, 255, 255, 0.08);
  }
}
footer .footer-wrapper {
  position: relative;
  z-index: 1;
}
footer .footer-active {
  outline: 2px dashed #4bb1f0 !important;
}
footer .services-wrap {
  padding: 2.8rem 0 2.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  footer .services-wrap {
    padding: 0.5rem 0;
  }
}
footer .services-wrap .service-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
footer .services-wrap .service-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex: 0 0 44px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  footer .services-wrap .service-item .icon {
    display: none;
  }
}
footer .services-wrap .service-item p {
  margin-bottom: 0;
}
footer .services-wrap .service-item .title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
footer .services-wrap .service-item .sub-title {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.6;
}
footer .footer-content .services-wrap .service-item .icon img,
footer .footer-content .social-network > a img {
  filter: var(--footer-icon-filter);
}
footer .footer-content .logo img {
  filter: none;
}
@media (min-width: 768px) {
  footer .footer-content {
    padding: 3.6rem 0;
  }
}
@media (max-width: 768px) {
  footer .footer-content > .row {
    margin: 0;
  }
  footer .footer-content > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-content a {
  color: rgba(255, 255, 255, 0.82);
}
footer .footer-content a:hover {
  color: #fff;
}
footer .footer-content .logo {
  max-width: 110px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .footer-content .footer-content-left {
    transform: translateY(-12px);
  }
}
footer .footer-content .text,
footer .footer-content .list-unstyled li,
footer .footer-content .footer-content-contact li {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-content .text strong,
footer .footer-content .copyright-content strong {
  color: #a4322a;
}
footer .footer-content h6 {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-content h6 {
    margin-bottom: 0;
    padding: 12px 0;
  }
}
footer .footer-content h6 .icon-open {
  display: none;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  footer .footer-content h6 .icon-open {
    display: block;
  }
}
footer .footer-content .social-network {
  margin-top: 10px;
  display: flex;
}
footer .footer-content .social-network > a {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}
footer .footer-content .social-network > a:hover {
  transform: translateY(-5px);
}
footer .footer-content .footer-content-contact li i {
  color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 768px) {
  footer .footer-content .intro-title {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-content .footer-link-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
footer .footer-content .footer-link-wrap.active .icon-open i:before {
  content: "\f63b";
}
footer .footer-content .footer-link-wrap.active ul.list-unstyled,
footer .footer-content .footer-link-wrap.active .intro-wrap {
  max-height: 1666px;
}
footer .footer-content .footer-link-wrap ul.list-unstyled,
footer .footer-content .footer-link-wrap .intro-wrap {
  margin-bottom: 0;
}
footer .footer-content .footer-link-wrap ul.list-unstyled li,
footer .footer-content .footer-link-wrap .intro-wrap li {
  margin-bottom: 10px;
  font-size: 14px;
}
footer .footer-content .footer-link-wrap ul.list-unstyled li i,
footer .footer-content .footer-link-wrap .intro-wrap li i {
  color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 768px) {
  footer .footer-content .footer-link-wrap ul.list-unstyled,
  footer .footer-content .footer-link-wrap .intro-wrap {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
}
@media (min-width: 768px) {
  footer .footer-bottom {
    min-height: 60px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom {
    padding: 10px 0;
  }
  footer .footer-bottom .row.align-items-center,
  footer .footer-bottom .d-flex {
    justify-content: center;
  }
}
footer .footer-bottom .copyright-content strong,
footer .footer-bottom .copyright-content b,
footer .footer-bottom .copyright-content a {
  color: #e91924 !important;
}
footer .footer-bottom .copyright-content p {
  margin-bottom: 0;
}
