.video {
  background-color: #222222; }
  .video-content {
    height: 658px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    .video-content i {
      font-size: 55px;
      content: '';
      color: #fff;
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .video video {
    width: 100%; }
  .video-detail {
    cursor: pointer; }
