.informationMain {
  width: 1248px;
  margin: 70px auto 0 auto;
  padding: 20px;
}



/* 二级导航 最新最热过滤 */
.pc-sub-nav-box {
  margin: 36px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-sub-nav-box ul {
  display: flex;
  align-items: center;

}

.top-sub-nav-box li a {
  display: flex;
  height: 44px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  margin-right: 28px;
  color: #7c7c7c;
  text-align: center;

  /* Regular */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.top-sub-nav-box {
  margin: 0 !important;
}

.top-sub-nav-box .active a {
  color: #fff;
  position: relative;
}

.top-sub-nav-box .active a::after {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  border-radius: 3px 3px 0 0;
  background: #febd2b;
}

.tagBox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #656565;
}

.tagBox img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.user-avatar-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.user-avatar {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  padding: 0 !important;
}

.name-box {
  display: flex;
  gap: 16px;
}

.name {
  color: #656565;
  font-size: 20px;
}

.works {
  background: #FEBD2B1A;
  border: 0.5px solid #FEBD2B80;
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
}

.pc-main-box {
  max-width: 100% !important;
}

/* 媒体查询  适配移动端 */
@media screen and (max-width: 768px) {
  .informationMain {
    width: 100%;
    padding: 16px;
    margin-top: 0px;
  }

  .tagBox {
    display: none;
  }

  .pc-sub-nav-box {
    align-items: center;
  }
}

.mobile-sub-nav-box-ul {
  display: flex;
  opacity: 1;
  border-radius: 16px;
  border-width: 0.5px;
  padding: 2px;
  align-items: center;
  height: 32px;
  border: 0.5px solid #FFFFFF4D
}

.mobile-sub-nav-box-ul li {
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  line-height: 20px;
  color: #7C7C7C;
}

.mobile-sub-nav-box-ul li.active {
  color: #fff;
  border-radius: 16px;
  background: #FEBD2B33;

}