/* 顶部包装器 */
body{
  max-width: none !important;
}
main{
  padding-top: 0  !important;
}
.gldetail-new-top-wrapper {
  position: relative;
  /* 以 1920x568 为基准的等比高度 */
  aspect-ratio: 1920 / 568;
  padding: 0 5vw;
  box-sizing: border-box;
}
.section-content-wrap .toggle{
  display: none;
}
.top-and-banners-cols{
  padding: 0 5vw;
}
.dropdown{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 16px 0;
  align-items: center;
}
.dropdown-toggle{
  width: 156px;
}
.gl-content-title{
  display: flex !important;
}
.content-filters,.section-content-wrap{
  padding: 0 5vw;
}

/* Banner 图片 */
.gldetail-new-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.gldetail-new-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
}

.gldetail-new-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(7.5px);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* 导航遮罩层 */
.gldetail-new-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* 返回按钮和面包屑容器定位（视觉样式由 style.css 统一管理） */
.gldetail-new-header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 60px;
  left: 5vw;
  width: 100%;
  z-index: 100;
}

/* gldetail-new 主容器 */
.gldetail-new-main {
  position: relative;
  top:-62px;
  padding:0 !important;
}

/* 个人信息区域 - 重叠在 banner 上，从下往上排列 */
.gldetail-new-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* padding-top: auto; */
  padding:0 2.5vw;
  gap: 32px;
  /* box-sizing: border-box; */
  align-items: end;
}

/* 头像和信息区域 */
.gldetail-new-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

/* 头像 */
.gldetail-new-avatar-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.gldetail-new-ava {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

  .gldetail-new-info .gldetail-new-ava img{
  width: 100%;
  height: 100%;
  aspect-ratio: 320 / 460;
  object-fit: contain;
  max-width: 16.7vw;
}

/* 个人信息 */
.gldetail-new-profile {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 50%;
  padding: 30px 0;
  gap: 16px;
}

.gldetail-new-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  /* font-weight: 600; */
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.gldetail-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px 6px 8px;
  background: var(---10, rgba(255, 255, 255, 0.10));
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gldetail-share-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}

.gldetail-share-btn img {
  width: 18px;
  height: 18px;
}

.gldetail-share-btn span {
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}

.gldetail-new-stats {
  display: flex;
  align-items: center;
  justify-content: start;
  gap:0px 20px ;
  flex-wrap: wrap;
}

.gldetail-stat-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.gldetail-stat-icon-bg{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gldetail-new-stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.gldetail-new-stat-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.gldetail-new-stat-label {
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.6);
}

.gldetail-new-stat-value {
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}

/* 描述区域 */
.gldetail-new-desc {
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
}

/* Tags 区域 */
.gldetail-new-tags {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px 16px;
  flex-wrap: wrap;
}

.gldetail-new-tags-title {
  font-size: 16px;
  font-weight: 600;
  color: #EB7332;
  margin: 0 0 12px 0;
}

.gldetail-new-tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.gldetail-new-tag {
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  font-size: 13px;
  color: #FFFFFFCC;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gldetail-new-tag:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
}

/* 分享按钮区域 */
.gldetail-new-actions {
  display: flex;
  justify-content: center;
}

.gldetail-new-share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gldetail-new-share-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
}

.gldetail-new-share-btn svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1367px) {
  .gldetail-new-header {
    display: none !important;
  }
}

@media screen and (max-width: 1560px) {
  .gldetail-new-desc {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
  }
}


/* 小于 824px 适配 */
@media screen and (max-width: 824px) {
  .section-content{
    padding: 0 16px;
  }
  .gldetail-new-top-wrapper {
    padding: 0 16px;
    aspect-ratio: 375 / 300;
  }
  .gldetail-new-info .gldetail-new-ava img{
    /* clamp */
    object-fit: cover;
    max-width: calc(139 / 375 * 100vw);
    max-height: calc(200 / 375 * 100vw);
    margin-right: 8px;
  }
  .gldetail-new-stat-value {
    color: rgba(255, 255, 255, 0.70);
  }
  .mobile-nav .mobileNavTitle{opacity: 0 !important;}
  .content-filters,.section-content-wrap{
    padding: 0 !important;
  }

  .gldetail-new-banner {
    height: 100%;
  }
  .gldetail-new-nav-overlay {
    height: 100%;
  }

  .gldetail-new-banner-overlay{
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7) 100%
    );
    backdrop-filter: blur(7.5px);
  }

  /* 隐藏头部导航区域 */
  .gldetail-new-header {
    display: none !important;
  }
  .mobile-nav {
    box-shadow:none !important;
  }
  .gldetail-new-info {
    padding: 0;
    gap: 0px;
  }

  .gldetail-new-ava {
    overflow: hidden;
  }

  .gldetail-new-name {
    font-size: 18px;
    gap: 8px;
  }

  .gldetail-share-btn {
    padding: 3px 6px;
  }

  .gldetail-share-btn span {
    font-size: 12px;
  }

  .gldetail-new-stats {
    gap: 12px;
    flex-wrap: wrap;
  }

  .gldetail-new-stat-item {
    min-width: auto;
    gap: 4px;
  }

  /* h5 模式：icon 7*7 + 12*12 半透明背景 */
  .gldetail-stat-icon-bg{
    width: 12px;
    height: 12px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
  }
  .gldetail-stat-icon{
    width: 7px;
    height: 7px;
  }

  .gldetail-new-stat-label,
  .gldetail-new-stat-value {
    font-size: 12px;
    line-height: 20px;
  }

  .gldetail-new-stat-divider {
    font-size: 12px;
  }
  .gldetail-new-stats{
    gap:2px 4px;
  }
  .gldetail-new-desc {
    overflow-y: hidden;
    overflow-x: visible;
    font-size: 11px;
    line-height: 18px;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    order: 1;
    position: relative;
    padding-top: 4px;
    mask-image: linear-gradient(to right, black 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 50%, transparent 100%);
  }
  .dropdown-toggle{
    height: 26px;
    font-size: 12px;
  }
  .dropdown-item{
    font-size: 12px;
  }

  /* 展开按钮 */
  .gldetail-new-desc-expand {
    position: absolute;
    bottom: 1px;
    right: -2px;
    /* background: linear-gradient(to left, #1C1C1E 50%, transparent 100%); */
    padding-left: 0px;
    color: #EB7332;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    z-index: 1;
  }

  /* 弹窗遮罩层 */
  .gldetail-new-desc-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .gldetail-new-desc-modal-overlay.active {
    display: flex;
    opacity: 1;
  }

  /* 弹窗内容 */
  .gldetail-new-desc-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1C1C1E;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 24px 20px 34px 20px;
    max-height: 70vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }

  .gldetail-new-desc-modal-overlay.active .gldetail-new-desc-modal {
    transform: translateY(0);
  }

  .gldetail-new-desc-modal-title {
    text-align: center;
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 16px;
  }

  .gldetail-new-desc-modal-content {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
    white-space: pre-wrap;
  }

  /* 底部指示器 */
  .gldetail-new-desc-modal-indicator {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
  }

  .gldetail-new-tags {
    margin-top: 10px;
    gap: 6px;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .gldetail-new-tag {
    padding: 3px 6px;
    font-size: 11px;
  }

  .gldetail-new-intro {
    padding: 16px;
  }

  .gldetail-new-intro-text {
    font-size: 13px;
  }
  /* 查看更多按钮 */

.gl-load-more-btn:hover {
  background: #2A2A2A;
  border-color: rgba(255, 255, 255, 0.2);
}

.gl-load-more-btn span {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}

  .gl-load-more-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
  }
  .gl-load-more {
    padding: 24px 0;
  }

  .gl-load-more-btn {
    padding: 10px 20px;
  }

  .gl-load-more-btn span {
    font-size: 14px;
  }
  .gldetail-new-profile{
    flex: 9;
    padding: 0;
    justify-content: space-between;
    gap:4px 0;
    margin-bottom: 12px;
  }
}


.gl-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  width: 100%;
}

.gl-load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* 描述弹窗 - 默认隐藏 */
.gldetail-new-desc-modal-overlay {
  display: none;
}


.mobileNavHeight{
  display: none;
}
.mobile-nav{
  background-color: transparent !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
}
.mobile-nav.scrolled {
  background-color: #000 !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
