:root {
  --section-padding: 3rem;
}

.pc {
  display: block !important;
}

.mobile {
  display: none !important;
}

.topbar-menu li > a {
  margin-left: 6px;
  margin-right: 6px;
}

.footer-info {
  display: flex;
  justify-content: space-between;
}

.footer-info-left {
  width: 50%;
  justify-content: space-between;
}

.footer-info-left li {
  text-align: left;
}

.footer-info-right {
  padding-top: 0;
  border-top: none;
}

.footer-info-right li {
  text-align: center;
  margin-left: 4rem;
}

.footer-info-right li:first-child {
  margin-left: 0;
} 

.footer-copyright p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


/* 和他们一起使用好现场 */
.company-used img {
  color: #FFF;
  width: 70%;
  height: 70%;
}

.company-used .row {
  margin-right: -10px;
}

.company-used-item {
  box-sizing: border-box;
  width: 16.667%;
  height: 100%;
  float: left;
  padding-right: 10px;
  margin-top: 10px;
}

.company-used-item-inner {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  border-radius: 5px;
}

/* 内容中心 */
.docs-main {
  margin-top: 0px;
}