.luxiang-cover-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto 24px;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.luxiang-cover-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.luxiang-cover-wrap.is-placeholder {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.luxiang-cover-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(0, 0, 0, 0.35);
  text-decoration: none;
  transition: background 0.2s ease;
}

.luxiang-cover-play:hover {
  background: rgba(0, 0, 0, 0.5);
}

.luxiang-cover-play .play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}

.luxiang-cover-play .play-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #605ca8;
}

.luxiang-cover-play:hover .play-btn {
  transform: scale(1.08);
}

.luxiang-cover-play .play-btn .iconfont {
  display: none;
}

.luxiang-cover-play .play-label {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 0 16px;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.luxiang-summary {
  margin: 0 0 20px;
  padding: 14px 16px;
  background: #f7f8fa;
  border-radius: 8px;
  color: #444;
  font-size: 14px;
  line-height: 1.7;
}

.luxiang-source-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.luxiang-source-list li {
  margin-bottom: 10px;
}

.luxiang-source-list a {
  display: block;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.luxiang-source-list a:hover {
  border-color: #605ca8;
  box-shadow: 0 2px 8px rgba(96, 92, 168, 0.12);
  color: #605ca8;
}

.luxiang-source-list .source-type {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  background: #605ca8;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  vertical-align: middle;
}

.luxiang-source-list .source-type.is-jijin {
  background: #3498db;
}

.luxiang-detail-page .together {
  background: #fff;
  padding: 24px 20px 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.luxiang-detail-page .together h1 {
  white-space: normal;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

.luxiang-detail-page .together .definite .itemize span {
  font-size: 13px;
  color: #909090;
}

.luxiang-detail-page .together .article {
  background: transparent;
  padding: 0;
  margin-top: 8px;
}

.luxiang-detail-page .tags {
  margin-top: 24px;
}

.luxiang-detail-page .tags h2 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.luxiang-detail-page .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.luxiang-detail-page .tags ul li a {
  display: inline-block;
  padding: 4px 10px;
  background: #f3ecff;
  color: #7633ff;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
}

.luxiang-detail-page .switchbar {
  list-style: none;
  margin: 24px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #ece8f8;
}

.luxiang-detail-page .switchbar li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.luxiang-detail-page .switchbar li a {
  color: #413d48;
  text-decoration: none;
}

.luxiang-detail-page .switchbar li a:hover {
  color: #7633ff;
}

.luxiang-detail-page .content-related .hotnews .vertical li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d2d2d2;
  flex: 0 0 22px;
}

.luxiang-detail-page .content-related .hotnews .vertical li a .icon .strong {
  position: static;
  transform: none;
  font-size: 12px;
  color: #fff;
}

.luxiang-detail-page .content-related .hotnews .vertical li:nth-child(1) a .icon {
  background: #f43f3b;
}

.luxiang-detail-page .content-related .hotnews .vertical li:nth-child(2) a .icon {
  background: #f4a83b;
}

.luxiang-detail-page .content-related .hotnews .vertical li:nth-child(3) a .icon {
  background: #6c4cff;
}

.luxiang-detail-page .content-related .tab-news-cards.tab-news-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.luxiang-detail-page .content-related .tab-news-grid > li {
  min-width: 0;
}

.luxiang-detail-page .content-related .tab-news-grid .tab-news-card {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  height: auto;
}

.luxiang-detail-page .content-related .tab-news-grid .tab-news-cover {
  flex: 0 0 140px;
  width: 140px;
  height: 80px;
  border-radius: 4px;
}

.luxiang-detail-page .content-related .tab-news-grid .tab-news-body {
  justify-content: space-between;
  padding: 2px 0 0;
}

.luxiang-detail-page .content-related .tab-news-grid .tab-news-body h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  height: 2.9em;
}

.luxiang-detail-page .content-related .tab-news-grid .tab-news-time {
  margin-top: 0;
  font-size: 13px;
  color: #999;
}
