html {
  background-color: #F5F5F5;
  height: 100%;
}
.scroll-load-state {
  padding: 32px 0 42px;
  text-align: center;
  font-size: 13px;
  color: #999;
}
/* 顶部导航始终单行 */
.wrap_head > ul {
  flex-wrap: nowrap;
}
.wrap_head > ul > li {
  flex-shrink: 0;
  white-space: nowrap;
}
body {
  height: 100%;
}
.wrap_head {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.wrap_head > ul {
  display: flex;
  min-width: 780px;
}
.wrap_head > ul > li {
  display: flex;
  align-items: center;
  margin-left: 48px;
  padding-bottom: 6px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  border-bottom: 4px solid transparent;
}
.wrap_head > ul > li span {
  cursor: pointer;
}
.wrap_head > ul > li.active {
  border-bottom: 4px solid #FF3851;
}
.wrap_head > ul > li.eight {
  position: relative;
  z-index: 10;
}
.wrap_head > ul > li.eight .list {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -6px;
  min-width: 128px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.wrap_head > ul > li.eight .list ol {
  padding: 15px 0;
}
.wrap_head > ul > li.eight .list ol li {
  padding: 0 10px;
  text-align: center;
  height: 44px;
  color: #333333;
  line-height: 44px;
  font-size: 16px;
  font-weight: 500;
}
.wrap_head > ul > li.eight .list ol li:hover {
  background: #eeeeee;
  font-weight: 500;
}
.wrap_head > ul > li.eight .list-none {
  display: none;
}
.wrap_head > ul > li .triangle {
  margin-left: 5px;
  margin-top: 4px;
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 3px solid #333333;
  border-top: 3px solid #333333;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  cursor: pointer;
}
.wrap_head .search {
  margin-right: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 276px;
  height: 36px;
  border-radius: 18px;
  background: #E1E1E1;
  opacity: 0.3;
  padding-left: 17px;
  cursor: pointer;
}
.wrap_head .search img {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
.wrap_head .search span {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.wrap_footer {
  width: 100%;
  background-color: #fff;
  padding-bottom: 15px;
}
.wrap_footer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap_footer ul li {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.wrap_footer ul li:nth-child(1) {
  padding-top: 24px;
  margin-bottom: 11px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.wrap_footer ul li img {
  width: 13px;
}
.screening {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 82px;
  height: 76px;
}
.screening ul {
  display: flex;
}
.screening ul li {
  margin: 0 16px;
  height: 26px;
  border-bottom: 2px solid transparent;
  color: #666666;
  cursor: pointer;
}
.screening ul li.active {
  border-bottom: 2px solid #000;
  color: #333333;
  font-weight: 500;
}
#app {
  height: 100%;
}
.container {
  max-width: 1270px;
  margin: auto;
}
.container .alink.img-inner-box {
  border-radius: 6px;
  overflow: hidden;
}
.container .card {
  padding: 15px;
  width: 224px;
}
.container .card .card-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.container .card .card-container .card-media {
  min-height: 226px;
  max-height: 540px;
  overflow: hidden;
}
.container .card .card-container .card-content {
  background-color: #fff;
}
.container .card .card-container .card-content-info {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.container .card .card-container .card-content-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 10px;
}
.container .card .card-container .card-content-user .portrait {
  margin-left: 14px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container .card .card-container .card-content-user .nickname {
  flex: 1;
  color: #999999;
  font-size: 12px;
}
.container .card .card-container .card-content-user .like {
  padding-left: 14px;
  margin-right: 15px;
  background: url(../static/icons/icon_give_the_thumbs_up.png) no-repeat left center;
  background-size: 30%;
  font-weight: 500;
  color: #999999;
  font-size: 12px;
}
.container .card .card-container .card-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  cursor: pointer;
}
.container .card .card-container .card-cover:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.container .more {
  display: flex;
  justify-content: center;
  padding: 34px 0 66px;
  font-size: 14px;
  font-weight: 600;
}
.container .more div {
  cursor: pointer;
}
.fixation {
  position: fixed;
  bottom: 190px;
  right: 20px;
  display: flex;
}
.fixation .fixation_top {
  width: 100px;
  margin-right: 12px;
}
.fixation .fixation_top img {
  width: 100%;
}
.fixation .fixation_bot {
  width: 30px;
}
.fixation .fixation_bot img {
  margin-bottom: 8px;
  width: 30px;
  cursor: pointer;
}
.masking {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.masking.masking-none {
  display: none;
}
.masking img {
  width: 200px;
}
/* 2026 PC 内容站视觉升级 */
html {
  background: #f7f7f8;
}
.wrap_head {
  height: 68px;
  padding: 0 28px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeef0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.025);
}
.wrap_head > ul {
  min-width: 0;
  gap: 8px;
}
.wrap_head > ul > li {
  margin-left: 0;
  padding: 10px 18px;
  border: 0;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}
.wrap_head > ul > li.active {
  border: 0;
  background: #f1f1f3;
  font-weight: 600;
}
.wrap_head > ul > li:hover {
  background: #f6f6f7;
}
.wrap_head .search {
  margin-right: 0;
  width: min(360px, 30vw);
  height: 40px;
  border-radius: 20px;
  background: #f3f3f5;
  opacity: 1;
}
.screening {
  position: sticky;
  top: 68px;
  z-index: 90;
  height: 72px;
  padding-top: 68px;
  background: rgba(247, 247, 248, 0.92);
  backdrop-filter: blur(16px);
}
.screening ul {
  gap: 8px;
}
.screening ul li {
  margin: 0;
  height: 36px;
  padding: 0 18px;
  line-height: 36px;
  border: 0;
  border-radius: 18px;
}
.screening ul li.active {
  border: 0;
  color: #fff;
  background: #222;
}
.container {
  max-width: 1440px;
  padding: 18px 24px 0;
  box-sizing: border-box;
}
.container .card {
  padding: 9px;
}
.container .card .card-container {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.container .card .card-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}
.container .card .card-container .card-media {
  min-height: 160px;
  background: #ececef;
}
.container .card .card-container .card-media img {
  width: 100% !important;
  display: block;
}
.container .card .card-container .card-content-info {
  padding: 12px 14px 6px;
  color: #252527;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container .card .card-container .card-content-user {
  padding: 5px 0 13px;
}
.container .card .card-container .card-content-user .portrait {
  border-radius: 50%;
}
.container .card .card-container .card-cover:hover {
  background: rgba(0, 0, 0, 0.06);
}
@media (max-width: 760px) {
  .wrap_head {
    padding: 0 14px;
  }
  .wrap_head > ul > li {
    padding: 9px 10px;
  }
  .wrap_head .search {
    width: 120px;
  }
  .container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* 主导航交互与对齐 */
@view-transition {
  navigation: auto;
}
::view-transition-old(root) {
  animation: pc-page-fade-out 0.12s ease both;
}
::view-transition-new(root) {
  animation: pc-page-fade-in 0.2s ease both;
}
@keyframes pc-page-fade-out {
  to {
    opacity: 0.82;
    transform: translateY(-2px);
  }
}
@keyframes pc-page-fade-in {
  from {
    opacity: 0.82;
    transform: translateY(2px);
  }
}
.wrap_head > ul {
  justify-content: flex-start;
}
.wrap_head > ul > li {
  transition: color 0.18s ease, background-color 0.18s ease;
}
.wrap_head > ul > li.active {
  view-transition-name: pc-active-nav;
}
::view-transition-group(pc-active-nav) {
  animation-duration: 0.32s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
::view-transition-old(pc-active-nav),
::view-transition-new(pc-active-nav) {
  animation-duration: 0.18s;
}
.wrap_head > ul > li.responsive-nav-more {
  display: flex;
  align-items: center;
}
.wrap_head > ul > li.responsive-nav-more .triangle {
  flex: 0 0 auto;
  margin: -3px 0 0 7px;
}
.wrap_head > ul {
  margin-right: auto;
}
.wrap_head > ul > li.active {
  border-bottom: 0 !important;
}
.wrap_head .head-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.wrap_head .head-actions .search {
  margin-right: 0;
}
.header-publish {
  flex-shrink: 0;
  height: 40px;
  padding: 0 18px;
  border-radius: 12px;
  background: #ff3851;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(255, 56, 81, 0.22);
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.header-publish b {
  margin-right: 4px;
  font-size: 19px;
  font-weight: 400;
}
.header-publish:hover {
  transform: translateY(-1px);
  background: #f12540;
  box-shadow: 0 9px 22px rgba(255, 56, 81, 0.3);
}
.wrap_head .header-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wrap_head .search {
  border-radius: 12px;
  color: #8b8b90;
}
.wrap_head .header-publish {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: none;
}
.wrap_head .header-publish .header-icon {
  margin-right: 5px;
}
.wrap_head .header-publish:hover {
  box-shadow: none;
}
/* 精选页紧凑胶囊筛选 */
.wrap_head {
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}
.screening {
  position: relative;
  top: auto;
  z-index: 10;
  justify-content: flex-start;
  width: calc(100% - 48px);
  max-width: 1392px;
  height: 44px;
  margin: 82px auto 8px;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}
.screening ul {
  gap: 2px;
  padding: 4px;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}
.screening ul li {
  min-width: 54px;
  height: 34px;
  padding: 0 14px;
  border: 0 !important;
  border-radius: 18px;
  line-height: 34px;
  text-align: center;
}
.screening ul li.active {
  border: 0 !important;
  background: #222;
  color: #fff;
}
.container {
  padding-top: 4px;
}
@media (max-width: 760px) {
  .screening {
    width: calc(100% - 24px);
    margin-top: 78px;
  }
}
/* 导航与胶囊筛选双层驻留 */
.wrap_head {
  background: rgba(247, 247, 248, 0.78);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.screening {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 89;
  width: 100%;
  max-width: none;
  height: 58px;
  margin: 0;
  padding: 8px 24px;
  box-sizing: border-box;
  background: rgba(247, 247, 248, 0.78);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.container {
  padding-top: 130px;
}
.pc-selected-banner-list {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}
.pc-selected-banner {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
  background: #eeeef0;
}
.pc-selected-banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .screening {
    top: 64px;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
  }
  .container {
    padding-top: 122px;
  }
  .pc-selected-banner-list {
    gap: 10px;
    margin-bottom: 10px;
  }
  .pc-selected-banner {
    border-radius: 12px;
  }
}
/* 小红书式自适应瀑布流 */
.note-grid {
  column-count: 5;
  column-gap: 18px;
}
.container .note-grid .card {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  break-inside: avoid;
  vertical-align: top;
}
.container .note-grid .card .card-container {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}
.container .note-grid .card .card-container:hover {
  transform: none;
  box-shadow: none;
}
.container .note-grid .card .card-media {
  min-height: 0;
  max-height: none;
  border-radius: 12px;
  background: #ececef;
  overflow: hidden;
}
.container .note-grid .card .card-media img {
  display: block;
  width: 100% !important;
  height: auto;
}
.container .note-grid .card .card-content {
  background: transparent;
}
.container .note-grid .card .card-content-info {
  margin: 10px 4px 5px;
  padding: 0;
  height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  word-break: break-all;
  contain: paint;
  clip-path: inset(0);
}
.container .note-grid .card .card-content-info * {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.container .note-grid .card .card-content-info br {
  display: none;
}
.container .note-grid .card .card-content-user {
  padding: 2px 4px 0;
}
.container .note-grid .card .card-content-user .portrait {
  width: 24px;
  height: 24px;
  margin: 0 7px 0 0;
}
.container .note-grid .card .card-content-user .nickname {
  color: #666;
}
.container .note-grid .card .card-cover {
  pointer-events: none;
  border-radius: 12px;
}
.container .note-grid .card .like {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 4px 0 4px 10px;
  border: 0;
  background: transparent;
  background-image: none !important;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
.container .note-grid .card .like svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: center;
}
.container .note-grid .card .like:hover {
  color: #ff3851;
}
.container .note-grid .card .like.is-animating svg {
  animation: note-like-pop 0.48s ease;
}
@keyframes note-like-pop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(0.72);
  }
  65% {
    transform: scale(1.38) rotate(-8deg);
    color: #ff3851;
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .note-grid {
    column-count: 6;
  }
}
@media (max-width: 1199px) {
  .note-grid {
    column-count: 4;
  }
}
@media (max-width: 899px) {
  .note-grid {
    column-count: 3;
  }
}
@media (max-width: 639px) {
  .note-grid {
    column-count: 2;
    column-gap: 12px;
  }
}
/* 导航与排序区共用一块毛玻璃背景 */
#app::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  width: 100%;
  height: 130px;
  background: rgba(247, 247, 248, 0.82);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  pointer-events: none;
}
.wrap_head,
.screening {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.wrap_head > ul > li.active {
  background: #fff;
}
/* 三个主页面统一的顶部导航溢出规则 */
.wrap_head > ul {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}
.wrap_head .head-actions {
  flex: 0 0 auto;
}
.wrap_head > ul > li.responsive-nav-more {
  flex-shrink: 0;
  cursor: pointer;
}
.wrap_head > ul > li.responsive-nav-more.is-open .list {
  display: block;
  height: auto;
}
.wrap_head > ul > li.responsive-nav-more .triangle {
  width: 6px;
  height: 6px;
  border: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.wrap_head > ul > li.responsive-nav-more.is-open .triangle {
  transform: rotate(225deg);
}
@media (max-width: 760px) {
  #app::before {
    height: 122px;
  }
  .wrap_head .head-actions {
    gap: 8px;
  }
  .wrap_head .head-actions .search {
    justify-content: center;
    width: 40px;
    min-width: 40px;
    padding: 0;
  }
  .wrap_head .head-actions .search .header-icon {
    margin-right: 0;
  }
  .wrap_head .head-actions .search span {
    display: none;
  }
  .wrap_head .header-publish {
    height: 36px;
    padding: 0 11px;
  }
  html,
  body,
  #app {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .screening {
    overflow: hidden;
  }
  .screening ul {
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .screening ul::-webkit-scrollbar {
    display: none;
  }
  .container,
  .note-grid {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/* 移动端顶部导航统一最终规则 */
@media (max-width: 760px) {
  .wrap_head {
    padding-right: 14px;
    padding-left: 14px;
    gap: 8px;
  }
  .wrap_head > ul {
    gap: 8px;
  }
  .wrap_head > ul > li {
    margin-left: 0;
    padding: 9px 10px;
  }
  .wrap_head .head-actions {
    gap: 8px;
  }
}
/* 一级页面左上角站点 Logo */
.wrap_head .pc-site-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 180px;
  height: 40px;
  margin-right: 12px;
}
.wrap_head .pc-site-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}
@media (max-width: 760px) {
  .wrap_head .pc-site-logo {
    max-width: 82px;
    height: 30px;
    margin-right: 0;
  }
  .wrap_head .pc-site-logo img {
    max-height: 30px;
  }
}
/* PC 登录弹框 */
.pc-login-dialog {
  max-width: 420px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #f8f8f8;
}
.pc-login-dialog .el-dialog__header {
  display: none;
}
.pc-login-dialog .el-dialog__body {
  height: 450px;
  max-height: 80vh;
  padding: 0;
}
.pc-login-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f8f8f8;
}
