.video-page {
  /* padding: 15px 0; */
}


.layer-video__warp {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.9);
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.empty {
  line-height: 50vh;
}

.layer-video__warp:hover {
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.85);
}


.layer-video__warp:hover h1 {
  color: #fff;
}

.layer-video__warp h1 {
  color: #fff !important;
  height: 60px !important;
  line-height: 60px !important;
  text-align: center !important;
  font-size: 24px !important;
}

.layer-video__warp .video-warp {
  height: calc(100vh - 60px);
  cursor: default;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* background-color: rgba(255, 255, 255, 0.1); */
  background: var(--ligner-color);
  border-radius: 100%;
  transition: all 0.4s;
  color: #ddd;
  margin: 0 5px;
}

.close:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.close:active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}


.layer-video__warp video {
  width: 100%;
  height: 100%;
  outline: none;
}


.video-page .item {
  overflow: hidden;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.3s;
  /* box-shadow: 0 4px 30px 0 hsla(0, 0%, 95%, .4); */
}

.video-page .item .img-box {
  display: block;
  height: 160px;
  border-radius: 5px;
  border: none;
  outline: none;
  overflow: hidden;
  position: relative;
}

.video-page .item img {
  filter: brightness(0.8);
  border-radius: 1px;
  border: none;
  outline: none;
  box-sizing: border-box;
  object-fit: cover;
  height: 100%;
  object-position: top;
}
.bar {
  position: absolute;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 35px;
  align-items: center;
}


.video-page .item:hover {
  transition: all 0.3s;
  color: var(--primary-color);
  opacity: 0.9;
}

.video-page .item:hover img {
  /* transform: scale(1.1); */
  transition: all 0.5s;
}

.video-page h1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  word-break: break-word !important;
  word-break: break-all;
  line-break: anywhere;
  -webkit-line-clamp: 2;
  font-weight: normal;
  font-size: 15px;
  padding-right: 30px;
  height: 44px;
  padding-top: 10px;
}
.video-page h1:hover a {
  color: var(--primary-color);
}

.video-page p {
  color: #999;
  padding-top: 5px;
  padding-right: 30px;
}

.more {
  color: var(--primary-color) !important;
  padding: 10px 0 !important;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}


.video-page .fen_lei {
  display: flex;
  padding-top: 20px;
}

.video-page .fen_lei span {
  display: block;
  position: relative;
  top: 4px;
}

.video-page .fen_lei ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.video-page .fen_lei ul li {
  padding: 5px;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 40px;
  text-align: center;
  margin-bottom: 5px;
}

.video-page .fen_lei ul li:hover {
  color: var(--primary-color);
  background-color: var(--primary-color-1);
}

.video-page .fen_lei ul li:active {
  opacity: 0.8;
}

.video-page .fen_lei ul li.active {
  color: var(--primary-color);
  background-color: var(--primary-color-1);
}

.videoWarp {
  padding: 15px 0;
  min-height: 55vh;
}