@charset "UTF-8";
/* 首页 视频区域 */
.indexVideo {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.indexVideo .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.indexVideo .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexVideo .video-container .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  color: #fff;
  font-size: 10rem;
  text-align: center;
  line-height: 200px;
  z-index: 1;
  display: none;
}

.indexFooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  z-index: 99;
}
.indexFooter a {
  color: #fff;
}/*# sourceMappingURL=index.css.map */