.informationMain {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0px !important;
}

.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 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: .5px solid #FFFFFF4D;
}

.top-sub-nav-box ul {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

/* 右侧排序下拉（复用 base/customSelect.css 的结构） */
.top-sub-nav-box .createpostlist-sort-select {
  margin: 0 0 8px 0;
}

.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: 16px 0 36px 0 !important;
}

.top-sub-nav-box .active a {
  font-size:16px !important;
  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: #EB7332;
}

.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;
  justify-content: center;
  align-items: center;
}

.name {
  color: var(--11, var(---60, #BDBDBD));

  font-size: 16px;
}

.works {
  border-radius: 32px;
  border: 0.5px solid rgba(254, 189, 43, 0.50);
  background: rgba(254, 189, 43, 0.10);
  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;
  padding:0px !important;
}

/* 排序下拉样式，复用 gl 页面的视觉（仅作用于本页） */
.top-sub-nav-box .dropdown-toggle,
.mobile-post-main .dropdown-toggle {
  background: rgba(255, 255, 255, 0.30);

  border: none;
  border-radius: 99px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  padding-left: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-sub-nav-box .dropdown-menu,
.mobile-post-main .dropdown-menu {
  min-width: 200px;
}

.top-sub-nav-box .dropdown-menu li,
.mobile-post-main .dropdown-menu li {
  text-align: center;
  cursor: pointer;
}

.top-sub-nav-box .dropdown-item,
.mobile-post-main .dropdown-item {
  border: none !important;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .informationMain{
    padding:0px  16px !important;
  }
}

/* 媒体查询  适配移动端 */
@media screen and (max-width: 768px) {
  .informationMain {
    width: 100%;
    padding: 0px !important;
    margin-top: 0px;
  }
  
  .top-nav-list{
    border-bottom:none !important;
  }
  .top-sub-nav-box .active a::after{
    bottom:-4px;
  }
  .top-sub-nav-box{
    margin:18px 0 2px 0 !important;
  }

  .tagBox {
    display: none;
  }

  .pc-sub-nav-box {
    align-items: center;
  }
  .user-avatar {
    height: 128px;
    width: 128px;
  }

  /* 移动端顶部二级导航 & 排序，沿用 PC 样式，整体缩小 */
  .mobile-post-main .mobile-top-sub-nav-box {
    padding: 0px 16px !important;
  }

  .mobile-post-main .mobile-top-sub-nav-box ul {
    padding-bottom: 4px;
  }

  .mobile-post-main .mobile-top-sub-nav-box li a {
    height: 36px;
    margin-right: 16px;
    font-size: 14px;
  }

  .mobile-post-main .createpostlist-sort-select .custom-select__trigger {
    min-height: 32px;
    padding: 4px 10px;
    font-size: 13px;
  }

  /* H5：排序 custom-select 改为胶囊分段控件 */
  .mobile-post-main .createpostlist-sort-select .custom-select {
    width: auto;
    height: 32px;
  }

  /* 隐藏下拉触发器，只保留内部选项做切换按钮 */
  .mobile-post-main .createpostlist-sort-select .custom-select__trigger {
    display: none;
  }

  .mobile-post-main .createpostlist-sort-select .custom-select__arrow {
    display: none;
  }

  .mobile-post-main .createpostlist-sort-select .custom-select__options {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 2px;
    width: 120px;
    height: 32px;
    border-radius: 999px;
    border: 0.5px solid #ffffff4d;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .mobile-post-main .createpostlist-sort-select .custom-select__options li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    height: 28px;
    margin: 0;
    padding: 0 4px;
    border-radius: 999px;
    box-sizing: border-box;
  }

  .mobile-post-main .createpostlist-sort-select .custom-select__options li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    text-align: center;
    color: inherit;
    margin-right:0 !important;
  }

}

.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: #EB733233;

}