
.main footer .share-box li {
  background: inherit;
  margin: 0 8px;
  padding: inherit;
  position: inherit;
  z-index: inherit;
}

.main footer .share-box {
  text-align: center;
  width: auto;
}

/* fix: 容器 inline-block 容器内 footer overflow 就会触发底部边距 */
.main footer {
  overflow: visible !important;
  overflow: initial !important;
}

@media (max-width:992px) {
  footer .footer-other-linkbox {
    float: none !important;
  }
}

.search-keyword {
  text-align: left !important;
}

.mr-nbsp {
  margin-left: 4px;
}

@media (max-width:992px) {
  .mr-nbsp {
    margin-left: 7.11px;
  }
}

@media (min-width: 992px) {
  footer .container-custom {
    margin-bottom: 100px;
  }
  footer .copy{
    margin-top: 0px;
  }
}
