.bossgoo-footer104.site-footer {
  background: #1c1c1c;
  color: #fff;
}

.bossgoo-footer104 a {
  color: #9ca3af;
  transition: color .2s ease;
}

.bossgoo-footer104 a:hover {
  color: #fff;
}

.bossgoo-footer104 .site-footer__inner {
  max-width: 1280px;
  padding: 48px 16px 0;
}

.bossgoo-footer104 .site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.bossgoo-footer104 .site-footer__title {
  margin-bottom: 16px;
  color: var(--themeColor);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bossgoo-footer104 .site-footer__links li + li {
  margin-top: 10px;
}

.bossgoo-footer104 .site-footer__links a,
.bossgoo-footer104 .site-footer__contact,
.bossgoo-footer104 .site-footer__contact a {
  color: #9ca3af;
  font-size: 14px;
}

.bossgoo-footer104 .site-footer__contact li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bossgoo-footer104 .site-footer__contact li + li {
  margin-top: 12px;
}

.bossgoo-footer104 .site-footer__contact .iconfont {
  flex: 0 0 auto;
  color: var(--themeColor);
  font-size: 16px;
  line-height: 1;
}

.bossgoo-footer104 .site-footer__contact .site-footer__address {
  align-items: flex-start;
}

.bossgoo-footer104 .site-footer__address .iconfont {
  margin-top: 3px;
}

.bossgoo-footer104 .site-footer__contact .site-footer__highlight {
  color: var(--themeColor);
  font-weight: 600;
}

.bossgoo-footer104 .site-footer__contact .site-footer__highlight:hover {
  color: #fff;
}

.bossgoo-footer104 .site-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bossgoo-footer104 .site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #9ca3af;
}

.bossgoo-footer104 .site-footer__social .iconfont {
  font-size: 22px;
  line-height: 1;
}

.bossgoo-footer104 .site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #6b7280;
  font-size: 12px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-footer104 .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 640px) {
  .bossgoo-footer104 .site-footer__inner {
    padding-top: 40px;
  }

  .bossgoo-footer104 .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bossgoo-footer104 .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
