.video-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  border-radius: 1.5rem;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  color: rgb(148 163 184/var(--tw-text-opacity, 1));
}

.video-menu .current {
  color: #fff;
  font-weight: bold;
}

.video-menu span {
  cursor: pointer;
}

.video-item {
  align-items: center;
  justify-content: space-between;
  display: none !important;
}

.video-wrap .video-item:first-child {
  display: flex !important;
}

.video-item-left {
  width: 40%;
}

.video-time {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.video-time-dark {
  display: none;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.dark .video-time-dark {
  display: unset;
}

.dark .video-time {
  display: none;
}
.video-item-left img {
  width: 1rem;
  margin-right: 0.5rem;
}

.video-item-right {
  width: 50%;
  justify-content: flex-end;
}

.video-item-right video {
  width: 13.5rem;
  height: 24rem;
  border-radius: 1rem;
}

.first-page {
  position: relative;
  height: 100vh;
}
.first-page-bg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
}
.first-page-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first-page-content {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  bottom: 40vh;
}
.home-main {
  margin-top: -4.75rem;
}