.heiliaodetail-page {
  max-width: 728px;
  display: flex;
  gap: 24px;
}
.heiliaodetail-page .advListHorizontal__title {
  display: none;
}
.heiliaodetail-page .advListHorizontal {
  padding: 0;
}

.heiliaodetail-page .domainBox {
  margin: 36px 0;
  align-items: flex-start;
}
.heiliaodetail-page .section-content__item {
  background-color: transparent;
}
.home-sections {
  margin: auto;
  max-width: 696px;
  padding: 0 !important;
}
.postBox img {
  width: 100%;
  /* max-height: 500px; */
  object-fit: cover;
}
.postText {
  margin-bottom: 20px;
  white-space: pre-wrap;
}

.heiliaodetail-article h1 {
  color: #fff;
  font-family: 'PingFang SC';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin: 16px 0;
}

.heiliaodetail-meta-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.heiliaodetail-meta-info span {
  color: #a7a7a7;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.creator-link {
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.creator-link:hover {
  color: #3E7DFF;
  text-decoration: underline;
}

.heiliaodetail-left {
  flex: 1;
  min-width: 0;
}

.heiliaodetail-time-info {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  color: #c6c6c6;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 16px 0;
}
.heiliaodetail-time-info div {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 30%;
}

.heiliaodetail-time-info img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

.hl-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hl-tags .tags {
  color: #7c7c7c;
  font-size: 14px;
}

.hl-tags .tags a {
  color: #3E7DFF;
  padding-right: 15px;
}

.hl-tags .tags a::after {
  content: '/';
  right: 6px;
  color: #bdbdbd;
}

.hl-tags .tags a:last-child:after {
  color: transparent;
}

.hl-shares {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.hl-infos {
  color: #c5c5c5;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  border-radius: 4px;
  padding: 12px;
}
.keywords_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  margin-bottom: 16px;
}

.keywords_list_str {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
}

.keywords_list_str p {
  color: #fff;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.88px; /* 142% */
}

.keywords_list p {
  color: #c5c5c5;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  padding: 10px 16px;
  border-radius: 50px;
  background: #0f0f0f;
  white-space: nowrap;
}

.hl-infos p {
  margin-top: 10px;
}

.heiliaodetail-page .section-content {
  padding: 0;
}

.heiliaodetail-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'PingFang SC', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  box-sizing: border-box;
}

.author-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-name {
  color: #fff;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.author-works {
  color: #fff;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.author-works .label {
  color: #fff;
}

.author-works .count {
  color: #3E7DFF;
  font-weight: 500;
}

.gldetail-intro {
  margin-top: 36px;
}

.advList {
  padding: 12px 0px !important;
}
.advList .advListItem {
  width: 100% !important;
  max-height: 60px !important;
}

@media screen and (max-width: 824px) {
  .heiliaodetail-page .domainBox {
    margin: 18px 0;
    padding: 12px;
  }

  .advList {
    display: flex !important;
  }

  .gldetail-intro {
    margin-top: 18px;
  }

  .heiliaodetail-page {
    padding: 16px;
  }

  .heiliaodetail-left {
    width: 100%;
    padding: 0 16px;
  }

  .heiliaodetail-left h1 {
    font-size: 16px;
    margin: 18px 0;
  }

  .phone-play {
    display: none !important;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .hl-tags {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
  }

  .hl-tags .tags {
    color: #7c7c7c;
    font-size: 12px;
  }

  .hl-tags .tags a {
    color: #3E7DFF;
    padding-right: 15px;
  }

  .hl-tags .tags a::after {
    content: '/';
    position: absolute;
    right: 6px;
    color: #bdbdbd;
  }

  .hl-tags .tags a:last-child:after {
    color: transparent;
  }

  .hl-shares {
    width: 100%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
  }

  .hl-shares button {
    color: #bdbdbd;
  }

  .phone-play {
    display: none;
  }

  .share {
    padding-left: 18px;
    background: url('../../static/images/share.png') left center / 16px auto no-repeat;
  }

  .hl-infos {
    font-size: 12px;
    color: #7c7c7c;
  }

  .hl-infos p {
    margin-top: 4px;
    color: #c5c5c5;

    /* Regular */
    font-family: 'PingFang SC';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
}
