/* 动心视频交友 - 公共导航与页脚 */
a {
  color: rgb(122, 122, 122);
  text-decoration: none;
}

a:hover {
  color: blue;
}

.topBox {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0 20px;
  max-width: 1200px;
}

.tabBar {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
}

.tabBar li {
  text-align: center;
  border-right: 1px dashed #000;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  padding: 4px 16px;
}

.tabBar li:last-child {
  border-right: none;
}

.tabBar li.checkColor,
.tabBar li a.checkColor {
  font-weight: bolder;
  font-size: 20px;
  color: #000;
}

.tabBar li a {
  color: inherit;
}

.footer {
  width: 100%;
  font-size: 15px;
  color: rgb(122, 122, 122);
  text-align: center;
  margin: 40px auto 20px;
  padding: 0 16px;
  line-height: 1.8;
}

.footer .beian-row {
  margin-top: 10px;
}

.footer .beian-row img {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .topBox {
    width: 92%;
    padding-top: 24px;
  }

  .tabBar {
    justify-content: center;
  }

  .tabBar li.checkColor,
  .tabBar li a.checkColor {
    font-size: 16px;
  }
}
