#home1 {
  min-height: 150vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main {
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 500px;
  /* 设置最小高度，防止内容太少时页面看起来太空 */
}
.video-details {
  width: 1360px;
  margin: 0 auto;
}
.location-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c5c8d0;
  font-size: 18px;
  height: 50px;
  margin-bottom: 30px;
}
.location-bar .bar-level {
  color: #85efee;
}
.location-bar .fa-icon-location {
  color: #5f9fef;
}
.main-content {
  background: #182145;
  border-radius: 8px;
  overflow: hidden;
}
.prev-page,
.next-page {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.prev-page:hover,
.next-page:hover {
  transform: translateX(5px);
}
.prev-page:hover .prev-text,
.next-page:hover .prev-text,
.prev-page:hover .next-text,
.next-page:hover .next-text {
  background-size: 200% 100%;
  background-position: right center;
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
}
.prev-page:hover .prev-title,
.next-page:hover .prev-title,
.prev-page:hover .next-title,
.next-page:hover .next-title {
  color: #85efee;
  transform: translateX(5px);
}
.prev-text,
.next-text {
  width: 88px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: linear-gradient(90deg, #3c56f0 0%, #85efee 100%);
  background-size: 100% 100%;
  background-position: left center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.prev-title,
.next-title {
  color: #c5c8d0;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.prev-page:hover {
  transform: translateX(-5px);
}
.prev-page:hover .prev-title {
  transform: translateX(-5px);
}
.prev-page .prev-text {
  background: linear-gradient(90deg, #85efee 0%, #3c56f0 100%);
}
.html-content {
  height: auto;
  min-height: 300px;
  max-height: 1000px;
  overflow-y: auto;
  padding: 50px 20px;
  line-height: 24px;
  color: #c5c8d0;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #3c56f0 rgba(24, 33, 69, 0.3);
}
.html-content::-webkit-scrollbar {
  width: 6px;
  display: block;
}
.html-content::-webkit-scrollbar-track {
  background: rgba(24, 33, 69, 0.3);
  border-radius: 3px;
}
.html-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3c56f0, #85efee);
  border-radius: 3px;
}
.html-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #85efee, #3c56f0);
}
.html-content p,
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6,
.html-content ul,
.html-content ol {
  margin-bottom: 16px;
}
.html-content img {
  max-width: 100%;
  height: auto;
}
.html-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.html-content table td,
.html-content table th {
  padding: 8px;
  border: 1px solid #474656;
}
.html-content pre,
.html-content code {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
  font-family: monospace;
  margin: 15px 0;
}
.details-content {
  padding: 20px;
  box-sizing: border-box;
  width: 1360px;
  margin: 0 auto;
  min-height: 500px;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .details-content {
    width: 95%;
  }
}
.location-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c5c8d0;
  font-size: 18px;
  height: 50px;
}
.bar-level a {
  color: #85efee;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.bar-level a:hover {
  opacity: 0.8;
}
.fa-icon-location {
  color: #5f9fef;
}
.action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #474656;
  margin-top: 30px;
}
.prev-page,
.next-page {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.prev-page:hover,
.next-page:hover {
  transform: translateX(5px);
}
.prev-page:hover .prev-text,
.next-page:hover .prev-text,
.prev-page:hover .next-text,
.next-page:hover .next-text {
  background-size: 200% 100%;
  background-position: right center;
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
}
.prev-page:hover .prev-title,
.next-page:hover .prev-title,
.prev-page:hover .next-title,
.next-page:hover .next-title {
  color: #85efee;
  transform: translateX(5px);
}
.prev-text,
.next-text {
  width: 88px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: linear-gradient(90deg, #3c56f0 0%, #85efee 100%);
  background-size: 100% 100%;
  background-position: left center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.prev-title,
.next-title {
  color: #c5c8d0;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.prev-page:hover {
  transform: translateX(-5px);
}
.prev-page:hover .prev-title {
  transform: translateX(-5px);
}
.prev-page .prev-text {
  background: linear-gradient(90deg, #85efee 0%, #3c56f0 100%);
}
.space {
  height: 300px;
}
.video-details {
  width: 1360px;
  margin: 0 auto;
}
.location-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c5c8d0;
  font-size: 18px;
  height: 50px;
  margin-bottom: 30px;
}
.location-bar .bar-level {
  color: #85efee;
}
.location-bar .fa-icon-location {
  color: #5f9fef;
}
.main-content {
  background: #182145;
  border-radius: 8px;
  overflow: hidden;
}
.video-content {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.video-content :deep(.video-js) {
  width: 100%;
  height: 100%;
}
.video-content :deep(.video-js) .vjs-control-bar {
  background-color: rgba(24, 33, 69, 0.9);
}
.video-content :deep(.video-js) .vjs-big-play-button {
  background-color: rgba(133, 239, 238, 0.8);
  border-color: #85efee;
}
.video-content :deep(.video-js) .vjs-slider {
  background-color: rgba(133, 239, 238, 0.3);
}
.video-content :deep(.video-js) .vjs-play-progress {
  background-color: #85efee;
}
.video-content :deep(.video-js) .vjs-volume-level {
  background-color: #85efee;
}
.video-info {
  padding: 30px;
}
.video-info .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
.video-info .meta {
  display: flex;
  gap: 30px;
  color: #85efee;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.video-info .meta i {
  margin-right: 8px;
}
.video-info .desc {
  color: #c5c8d0;
  line-height: 1.6;
  font-size: 16px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 防止长单词不换行 */
  max-height: 4em;
}
.action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #474656;
}
.prev-page,
.next-page {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.prev-page:hover,
.next-page:hover {
  transform: translateX(5px);
}
.prev-page:hover .prev-text,
.next-page:hover .prev-text,
.prev-page:hover .next-text,
.next-page:hover .next-text {
  background-size: 200% 100%;
  background-position: right center;
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
}
.prev-page:hover .prev-title,
.next-page:hover .prev-title,
.prev-page:hover .next-title,
.next-page:hover .next-title {
  color: #85efee;
  transform: translateX(5px);
}
.prev-text,
.next-text {
  width: 88px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: linear-gradient(90deg, #3c56f0 0%, #85efee 100%);
  background-size: 100% 100%;
  background-position: left center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.prev-title,
.next-title {
  color: #c5c8d0;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.prev-page:hover {
  transform: translateX(-5px);
}
.prev-page:hover .prev-title {
  transform: translateX(-5px);
}
.prev-page .prev-text {
  background: linear-gradient(90deg, #85efee 0%, #3c56f0 100%);
}
@media (max-width: 1920px) and (min-width: 960px) {
  body {
    zoom: 0.8;
  }
}
@media (max-width: 3840px) and (min-width: 2560px) {
  body {
    zoom: 1.2;
  }
}
