.small-video-list {
  padding: 50px 0 0 0;
}
.sv-container {
  width: 1200px;
  margin: 0 auto;
}
.sv-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sv-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.sv-grid {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.sv-card {
  display: block;
  background: #000;
  /* border: 1px solid #e7e7e7; */
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.sv-cover {
  width: 100%;
  height: 304px;
  display: block;
  background: #f6f6f6;
}
.sv-info {
  padding: 10px 12px;
}
.sv-title-line {
  font-size: 17px;
  line-height: 24px;
  height: 48px;
  /* color: #222; */
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.sv-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.sv-publisher {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sv-avatar {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ddd;
  flex-shrink: 0;
}
.sv-publisher-name {
  font-size: 14px;
  /* color: #666; */
  color: #fff;
}
.sv-like {
  display: flex;
  align-items: center;
  gap: 6px;
  /* color: #999; */
  color:#fff;
  font-size: 14px;
}
.sv-like-icon {
  width: 15px;
  height: 15px;
}
.sv-empty {
  width: 1200px;
  margin: 40px auto;
  text-align: center;
  color: #999;
  font-size: 15px;
}

.sv-modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.sv-modal-container {
  width: 960px;
  max-height: 80vh;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  background: transparent;
  margin-top: 0;
}
.video-detail-wrap {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}
.sv-modal-header {
  display: none;
}
.sv-modal-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ddd;
}
.sv-modal-name {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.sv-modal-uid {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
.sv-modal-close {
  margin-left: auto;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.sv-modal-close:before,
.sv-modal-close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #999;
}
.sv-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sv-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sv-modal-body {
  display: none;
}
.sv-modal-body__video {
  display: none;
}
.sv-video-left {
  background: #000;
  overflow: hidden;
  width: 600px;
  height: 337px;
}
.sv-video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.sv-video-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #2e2e2e;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.sv-vr-scroll {
  height: 100%;
  overflow-y: auto;
  padding: 24px 14px;
  color: #fff;
}
.sv-vr-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.sv-vr-source {
  display: flex;
  flex-direction: column;
}
.sv-desc {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 16px;
}
.sv-meta-line {
  color: #ddd;
  font-size: 15px;
  margin-bottom: 32px;
}
.sv-stats {
  display: flex;
  gap: 24px;
  font-size: 15px;
  color: #ddd;
  margin-bottom: 16px;
}
.sv-stat {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sv-icon {
  width: 15px;
  height: 15px;
}
.sv-modal-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
}
.sv-btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
}
.sv-btn-primary {
  background: #409eff;
  color: #fff;
}

.small-video-box {
  width: 1200px;
  margin: 0 auto 30px;
}
.small-video-box-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.small-video-box-hd h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.small-video-box-hd h3 span {
  border-left: 4px solid #c00;
  padding-left: 10px;
}

.small-video-box-more {
  color: #999;
  font-size: 14px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  background: url('../images/arrow_more.png') no-repeat 100% 50%;
}
#smallVideoList {
  display: flex;
  justify-content: space-between;
}
#smallVideoList .sv-card {
  width: 228px;
}
