/**
 * hl061 定制：网站标题 Logo（其余布局与官方 style.css + media.css 一致）
 */

/* PC：顶栏略加高 + 文字 Logo */
@media screen and (min-width: 1025px) {
  .header {
    height: 1.85rem;
  }

  .header .logo-link {
    width: auto;
    max-width: 4.2rem;
    height: auto;
    min-height: 1.15rem;
    margin-top: 0.12rem;
    align-items: center;
  }

  .header .logo-link .site-logo-text {
    font-size: 0.52rem;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
  }

  .header-inner .search-area {
    margin-top: 0.28rem;
  }

  .header-inner .search-area .input-area {
    height: 1.08rem;
  }

  .header-inner .search-area .input-area .searchinput {
    height: 1.05rem;
    line-height: 1.05rem;
  }

  .header-inner .search-box-out {
    height: 1.05rem;
    line-height: 1.05rem;
  }

  .search-right-entry {
    height: 1.05rem;
  }

  .header .header-inner .nav-item a {
    height: 1rem;
    line-height: 1rem;
  }

  .header .header-inner .nav-item .user_portrait {
    width: 1.1rem;
    height: 1.1rem;
  }

  .header .header-inner .nav-item .dx-icon {
    width: 0.68rem;
    height: 0.68rem;
  }
}

/* 手机：Logo 占位宽度与官方图片 Logo 一致（3rem），搜索框 left:3.68rem 才能对齐 */
@media only screen and (max-width: 1024px) {
  html,
  body,
  #app {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .header .logo-link {
    width: 3rem;
    max-width: 3rem;
  }

  .header .logo-link .site-logo-text {
    font-size: 0.38rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
  }
}

/* 详情页 Hero 紧凑 */
.page-detail .dx-view {
  margin-bottom: 0.5rem;
}

.page-detail .detail {
  padding-top: 0.55rem;
  padding-bottom: 0.35rem;
  align-items: flex-start;
}

.page-detail .detail-objs {
  max-width: 24rem;
}

.page-detail .detail-objs .obj-pic {
  width: 4.2rem;
  flex-shrink: 0;
}

.page-detail .detail-objs .obj-pic a::after {
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate(-50%, -50%) scale(0.6);
}

.page-detail .detail-objs .obj-pic a:hover::after {
  transform: translate(-50%, -50%) scale(0.85);
}

.page-detail .detail-objs .obj-info {
  margin-left: 0.45rem;
}

.page-detail .obj-info h1 {
  font-size: 0.58rem;
  line-height: 1.25;
}

.page-detail .obj-info h1 .score {
  font-size: 0.32rem;
}

.page-detail .obj-info h1 .score b {
  font-size: 0.5rem;
}

.page-detail .obj-info h2 {
  font-size: 0.28rem;
  margin-top: 0.06rem;
}

.page-detail .video-info {
  margin: 0.18rem 0;
}

.page-detail .video-info .tag-link {
  line-height: 0.55rem;
  font-size: 0.28rem;
  padding: 0 0.18rem;
}

.page-detail .info-items {
  padding-bottom: 0.06rem;
  line-height: 1.45;
  font-size: 0.3rem;
}

.page-detail .info-items label {
  min-width: 1rem;
  font-size: 0.28rem;
}

.page-detail .info-footer {
  margin: 0.1rem 0 0;
}

.page-detail .play-btn {
  font-size: 0.32rem;
  line-height: 0.75rem;
  padding: 0 0.55rem;
}

.page-detail .icon-play {
  width: 0.4rem;
  height: 0.4rem;
}

.page-detail .info-share {
  transform: scale(0.88);
  transform-origin: top center;
}

.page-detail .dx-code {
  padding: 0.45rem;
  width: 4.2rem;
}

.page-detail .dx-code p {
  margin-top: 0.25rem;
  font-size: 0.28rem;
}

.page-detail .head-score {
  height: 0.72rem;
  padding: 0 0.3rem;
}

.page-detail #rating .label {
  font-size: 0.28rem;
}

.page-detail #rating .rating li {
  width: 0.48rem;
  height: 0.36rem;
}

.page-detail .dx-ad {
  padding: 6px 0;
}

.page-detail .ad-box {
  padding: 6px 4px;
}

.page-detail .ad-link {
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-detail .ad-link {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .page-detail .detail-objs .obj-pic {
    width: 2.9rem;
  }

  .page-detail .obj-info h1 {
    font-size: 0.5rem;
    line-height: 1.2;
  }

  .page-detail .obj-info h1 .score b {
    font-size: 0.42rem;
  }

  .page-detail .play-btn {
    font-size: 0.3rem;
    line-height: 0.68rem;
    padding: 0 0.45rem;
  }

  .page-detail .info-items {
    font-size: 0.28rem;
  }
}
